mirror of
https://codeberg.org/NextPush/nextpush-android.git
synced 2025-02-02 12:17:11 +01:00
Stop service at logout
This commit is contained in:
parent
c8ae613545
commit
14601abc88
@ -179,6 +179,8 @@ class MainActivity : AppCompatActivity() {
|
|||||||
.remove("PREF_CURRENT_ACCOUNT_STRING")
|
.remove("PREF_CURRENT_ACCOUNT_STRING")
|
||||||
.apply()
|
.apply()
|
||||||
deleteDevice(this)
|
deleteDevice(this)
|
||||||
|
StartService.stopService()
|
||||||
|
FailureHandler.clearFails()
|
||||||
showStart()
|
showStart()
|
||||||
finish()
|
finish()
|
||||||
startActivity(intent)
|
startActivity(intent)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user