clean incognito notification function

This commit is contained in:
rebelonion 2024-01-14 18:58:57 -06:00
parent a851c0f715
commit f038dcb255
3 changed files with 7 additions and 6 deletions

View file

@ -91,7 +91,7 @@ class MainActivity : AppCompatActivity() {
}
notification(this)
incognitoNotification(this)
var doubleBackToExitPressedOnce = false
onBackPressedDispatcher.addCallback(this) {