#1806 fix compilation

This commit is contained in:
ganfra
2023-11-14 21:38:15 +01:00
parent e11e2fedd2
commit 34ae25a56a

View File

@@ -70,6 +70,7 @@ class MainActivity : NodeActivity() {
//Do not kill the app in this case, just go to background.
moveTaskToBack(false)
} else {
@Suppress("DEPRECATION")
super.onBackPressed()
}
}