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

Commit 1ed7e2fd authored by Mark Harman's avatar Mark Harman Committed by Mohammed Althaf T
Browse files

No need to protect longClickedSwitchMultiCamera dialog with lock screen.

parent 9f95882b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2855,7 +2855,7 @@ public class MainActivity extends AppCompatActivity {
                showPreview(true);
            }
        });
        setWindowFlagsForSettings();
        setWindowFlagsForSettings(true); // set set_lock_protect to false - no need to protect this dialog with lock screen (fine to run above lock screen if that option is set)
        showAlert(alertDialog.create());
    }