LightOS | Cloud – Telegram
Templar-Kernel-4.2-KSUN-LinuxStable-FIX.zip
22.2 MB
Templar-Kernel-4.2-KSUN-LinuxStable
enables or disables CC animation
First find this method in your MIUI SystemUI Plugin
"getLowEndAnim"

(Its usially in class
MainPanelController$Companion

Change the whole method to
.method public final getLowEndAnim()Z
    .registers 3

    const-string v0, "los_disable_anim_cc"

    const/4 v1, 0x1

    invoke-static {v0, v1}, Landroid/preference/SettingsHelper;->getIntofSettings(Ljava/lang/String;I)I

    move-result v0

    if-eqz v0, :cond_b

    const/4 v0, 0x1

    return v0

    :cond_b
    const/4 v0, 0x0

    return v0
.end method

After doing ts all add this in your labs
        <XMiuiCheckBoxPreference
android:noscript="Animation disabler"
android:key="los_disable_anim_cc"
android:summary="Enables or disables the cc animation"
android:defaultValue="true"
intent="my.settings.color_android.CHANGE" />

And done!


thank @Eternal69q
👍2
TWRP.img
100 MB
fastboot flash recovery TWRP.img


for ingres
Ofox.img
100 MB
fastboot flash recovery Ofox.img


for ingres
and etc..
1
2