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