#1806 fix compilation

This commit is contained in:
ganfra 2023-11-14 21:38:15 +01:00
parent 8b250fad33
commit b4a19b91d9

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()
}
}