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