Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0515e80 authored by Nate Myren's avatar Nate Myren Committed by Android (Google) Code Review
Browse files

Merge "Enable immersive indicator by default" into sc-dev

parents 167b01ed e119f2ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ class SystemStatusAnimationScheduler @Inject constructor(
    }
    private fun isImmersiveIndicatorEnabled(): Boolean {
        return DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PRIVACY,
                PROPERTY_ENABLE_IMMERSIVE_INDICATOR, false)
                PROPERTY_ENABLE_IMMERSIVE_INDICATOR, true)
    }

    /** True from the time a scheduled event starts until it's animation finishes */