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

Commit aeefc718 authored by Michal Brzezinski's avatar Michal Brzezinski Committed by Michał Brzeziński
Browse files

Changing SIMPLIFIED_APPEAR_FRACTION flag to true by default

This makes simplified appearFraction calculation in NotificationStackScrollLayout to be default way of calculation.
It's been enabled in teamfood for a few months now so time to enabled it by default

Bug: 259395680
Test: check NSSL behaviour in portrait with regular notifications and with heads-up notification
Change-Id: I5ea5952f4b2d44f2dd40708060de3b10bb39c55b
parent 844c5aec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ object Flags {

    @JvmField
    val SIMPLIFIED_APPEAR_FRACTION =
        unreleasedFlag(259395680, "simplified_appear_fraction", teamfood = true)
        releasedFlag(259395680, "simplified_appear_fraction")

    // TODO(b/257315550): Tracking Bug
    val NO_HUN_FOR_OLD_WHEN = releasedFlag(118, "no_hun_for_old_when")