mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-04 17:25:33 +08:00
Theme.skipPaintEffects is true by default now.
This commit is contained in:
@@ -404,7 +404,7 @@ public sealed interface PositionedTheme : Theme {
|
||||
|
||||
@RDKTInternalAPI
|
||||
public sealed class AbstractTheme : Theme {
|
||||
override var skipPaintEffects: Boolean = false
|
||||
override var skipPaintEffects: Boolean = true
|
||||
}
|
||||
|
||||
@RDKTInternalAPI
|
||||
|
||||
Reference in New Issue
Block a user