Loading src/main/java/com/nextcloud/android/sso/AccountImporter.java +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ public class AccountImporter { if (appInstalledOrNot(fragment.getContext(), "com.nextcloud.client")) { // Clear all tokens first to prevent some caching issues.. clearAllAuthTokens(fragment.getContext()); //clearAllAuthTokens(fragment.getContext()); Intent intent = AccountManager.newChooseAccountIntent(null, null, new String[]{"nextcloud"}, true, null, null, null, null); Loading Loading
src/main/java/com/nextcloud/android/sso/AccountImporter.java +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ public class AccountImporter { if (appInstalledOrNot(fragment.getContext(), "com.nextcloud.client")) { // Clear all tokens first to prevent some caching issues.. clearAllAuthTokens(fragment.getContext()); //clearAllAuthTokens(fragment.getContext()); Intent intent = AccountManager.newChooseAccountIntent(null, null, new String[]{"nextcloud"}, true, null, null, null, null); Loading