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

Commit 04abca6f authored by Ikram Gabiyev's avatar Ikram Gabiyev Committed by Automerger Merge Worker
Browse files

Merge "Add a new feature flag for new pip size spec logic" into tm-qpr-dev am: e239c021

parents 3fbcd638 e239c021
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -447,6 +447,12 @@ object Flags {
            teamfood = false
        )

    // TODO(b/198643358): Tracking bug
    @Keep
    @JvmField
    val ENABLE_PIP_SIZE_LARGE_SCREEN =
        sysPropBooleanFlag(1114, "persist.wm.debug.enable_pip_size_large_screen", default = false)

    // 1200 - predictive back
    @Keep
    @JvmField