incognito notification (#130)

This commit is contained in:
aayush262 2024-01-15 03:29:28 +05:30 committed by GitHub
parent e7631e021e
commit a0b6956ca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 0 deletions

View file

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