mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
Temporary version change for Tobias
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
db46330d6e
commit
72761ebb5f
@ -107,7 +107,7 @@ public class AccountUtils {
|
||||
try {
|
||||
PackageInfo packageInfo =
|
||||
pm.getPackageInfo(context.getString(R.string.nc_import_accounts_from), 0);
|
||||
if (packageInfo.versionCode < 1) {
|
||||
if (packageInfo.versionCode > 1) {
|
||||
final AccountManager accMgr = AccountManager.get(context);
|
||||
final Account[] accounts = accMgr.getAccountsByType(context.getString(R.string.nc_import_account_type));
|
||||
for (Account account : accounts) {
|
||||
|
Loading…
Reference in New Issue
Block a user