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

Commit 658706cd authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Removes Flexi ribbon from non-eng builds" into main

parents 0451937e cfb76dce
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(
            )
        }
    }
}