Loading app/src/main/kotlin/at/bitfire/davdroid/ReLoginWithOidcService.kt +5 −0 Original line number Diff line number Diff line Loading @@ -62,7 +62,12 @@ class ReLoginWithOidcService: Service() { { future -> val intent = getIntentFromFuture(future) intent?.let { it.apply { flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TASK } PendingIntent.getActivity(context, 0, it, Loading Loading
app/src/main/kotlin/at/bitfire/davdroid/ReLoginWithOidcService.kt +5 −0 Original line number Diff line number Diff line Loading @@ -62,7 +62,12 @@ class ReLoginWithOidcService: Service() { { future -> val intent = getIntentFromFuture(future) intent?.let { it.apply { flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TASK } PendingIntent.getActivity(context, 0, it, Loading