move to background on back with video

This commit is contained in:
Kelvin K
2025-12-03 09:58:08 -06:00
parent def39ba397
commit 26461c21c4
@@ -1301,9 +1301,13 @@ class MainActivity : AppCompatActivity, IWithResultLauncher {
if (_fragVideoDetail.state == VideoDetailFragment.State.CLOSED) { if (_fragVideoDetail.state == VideoDetailFragment.State.CLOSED) {
finish(); finish();
} else { } else {
//UIDialogs.toast("Grayjay continues in background because of an open video.")
moveTaskToBack(false);
/*
UIDialogs.showConfirmationDialog(this, "There is a video playing, are you sure you want to exit the app?", { UIDialogs.showConfirmationDialog(this, "There is a video playing, are you sure you want to exit the app?", {
finish(); finish();
}) })
*/
} }
} }
} }