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

Commit cfb76dce authored by Ale Nijamkin's avatar Ale Nijamkin
Browse files

[flexiglass] Removes Flexi ribbon from non-eng builds

Fix: 394920526
Test: not really tested, saw it on my eng build but didn't bother
testing on a non-eng build
Flag: com.android.systemui.scene_container

Change-Id: Ie38dabb001f3c3473d712a62e05617918b0846dc
parent 18147803
Loading
Loading
Loading
Loading
+13 −10
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package com.android.systemui.scene.ui.composable

import android.os.Build
import androidx.compose.foundation.LocalOverscrollFactory
import androidx.compose.foundation.gestures.awaitEachGesture
import androidx.compose.foundation.gestures.awaitFirstDown
@@ -250,6 +251,7 @@ fun SceneContainer(
            }
        }

        if (Build.IS_ENG) {
            BottomRightCornerRibbon(
                content = { Text(text = "flexi\uD83E\uDD43", color = Color.White) },
                colorSaturation = { viewModel.ribbonColorSaturation },
@@ -262,3 +264,4 @@ fun SceneContainer(
            )
        }
    }
}