Loading mobile/android/fenix/app/src/main/java/org/mozilla/fenix/HomeActivity.kt +2 −0 Original line number Diff line number Diff line Loading @@ -1667,6 +1667,8 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity, Crash } 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() components.torController.shutdown() 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 @@ -1667,6 +1667,8 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity, Crash } 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() components.torController.shutdown() exitProcess(0) Loading