mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
update to new dcaccount scheme
This commit is contained in:
@@ -124,7 +124,7 @@ public class InstantOnboardingActivity extends BaseActionBarActivity implements
|
||||
|
||||
isDcLogin = false;
|
||||
providerHost = DEFAULT_CHATMAIL_HOST;
|
||||
providerQrData = DCACCOUNT + ":https://" + providerHost + "/new";
|
||||
providerQrData = DCACCOUNT + ":" + providerHost;
|
||||
attachmentManager = new AttachmentManager(this, () -> {});
|
||||
avatarChanged = false;
|
||||
registerForEvents();
|
||||
|
||||
Reference in New Issue
Block a user