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

Commit 056567b7 authored by Wes Okuhara's avatar Wes Okuhara Committed by Android (Google) Code Review
Browse files

Merge "Screen capture: Require one feature flag to be enabled" into main

parents cb3f8659 fba92914
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ constructor(

    val isDesktopToolbarEnabled: Boolean = Flags.desktopScreenCapture()

    val shouldShowNewToolbar: Boolean = isNewScreenRecordToolbarEnabled && isDesktopToolbarEnabled
    val shouldShowNewToolbar: Boolean = isNewScreenRecordToolbarEnabled || isDesktopToolbarEnabled

    val isLargeScreen: Flow<Boolean?> =
        configurationController.onConfigChanged