Loading app/src/main/kotlin/at/bitfire/davdroid/ReLoginWithOidcService.kt +3 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,8 @@ class ReLoginWithOidcService: Service() { if (accountRemoved) { openEAccountLoginForm(accountManager, eAccountType, context) } else { stopSelf() } return START_STICKY Loading Loading @@ -66,6 +68,7 @@ class ReLoginWithOidcService: Service() { it, PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_UPDATE_CURRENT) } stopSelf() }, null) } Loading Loading
app/src/main/kotlin/at/bitfire/davdroid/ReLoginWithOidcService.kt +3 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,8 @@ class ReLoginWithOidcService: Service() { if (accountRemoved) { openEAccountLoginForm(accountManager, eAccountType, context) } else { stopSelf() } return START_STICKY Loading Loading @@ -66,6 +68,7 @@ class ReLoginWithOidcService: Service() { it, PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_UPDATE_CURRENT) } stopSelf() }, null) } Loading