Loading mobile/android/fenix/app/src/main/java/org/mozilla/fenix/HomeActivity.kt +2 −0 Original line number Diff line number Diff line Loading @@ -1584,6 +1584,8 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity, TorAn } fun shutDown() : Nothing { // If we don't manually stop the service, the persistent "close tabs" notification sometimes does not clear applicationContext.stopService(Intent(applicationContext, PrivateNotificationService::class.java)) finishAndRemoveTask() exitProcess(0) } Loading Loading
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/HomeActivity.kt +2 −0 Original line number Diff line number Diff line Loading @@ -1584,6 +1584,8 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity, TorAn } fun shutDown() : Nothing { // If we don't manually stop the service, the persistent "close tabs" notification sometimes does not clear applicationContext.stopService(Intent(applicationContext, PrivateNotificationService::class.java)) finishAndRemoveTask() exitProcess(0) } Loading