mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-18 18:25:03 +01:00
parent
d8e6b9f6ef
commit
e936bf7479
@ -167,5 +167,4 @@ public final class MainActivity extends BaseActivity implements ActionBarProvide
|
||||
super.onBackPressed();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -193,8 +193,10 @@ public class AccountVerificationController extends BaseController {
|
||||
}
|
||||
|
||||
if (isAccountImport) {
|
||||
getRouter().pushController(RouterTransaction.with(new WebViewLoginController(baseUrl,
|
||||
false, username, "")));
|
||||
getRouter().replaceTopController(RouterTransaction.with(new WebViewLoginController(baseUrl,
|
||||
false, username, ""))
|
||||
.pushChangeHandler(new HorizontalChangeHandler())
|
||||
.popChangeHandler(new HorizontalChangeHandler()));
|
||||
} else {
|
||||
checkEverything();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user