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

Commit e119f2ab authored by Nate Myren's avatar Nate Myren
Browse files

Enable immersive indicator by default

Bug: 185947709
Test: build
Change-Id: Ia896eae354f886bc917f63d19dad099ea7c80127
parent c72ac760
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 */