set single-device on profile-creation, assume multi-device when we go a hint

This commit is contained in:
B. Petersen 2024-07-06 14:56:17 +02:00 committed by bjoern
parent 29b1c1e493
commit 89a4eb9538
6 changed files with 20 additions and 0 deletions

View file

@ -481,6 +481,9 @@ public class InstantOnboardingActivity extends BaseActionBarActivity implements
return;
}
DcHelper.getAccounts(this).stopIo();
if (!isDcLogin) {
dcContext.assumeSingleDevice();
}
dcContext.configure();
}).start();
}