mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 03:49:58 +02:00
set single-device on profile-creation, assume multi-device when we go a hint
This commit is contained in:
parent
29b1c1e493
commit
89a4eb9538
6 changed files with 20 additions and 0 deletions
|
@ -481,6 +481,9 @@ public class InstantOnboardingActivity extends BaseActionBarActivity implements
|
|||
return;
|
||||
}
|
||||
DcHelper.getAccounts(this).stopIo();
|
||||
if (!isDcLogin) {
|
||||
dcContext.assumeSingleDevice();
|
||||
}
|
||||
dcContext.configure();
|
||||
}).start();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue