mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
Fix a bug in having a non-public constructor
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
1215c9af2c
commit
6e01253264
@ -105,7 +105,7 @@ public class AccountVerificationController extends BaseController {
|
|||||||
private boolean isAccountImport;
|
private boolean isAccountImport;
|
||||||
private String originalProtocol;
|
private String originalProtocol;
|
||||||
|
|
||||||
AccountVerificationController(Bundle args) {
|
public AccountVerificationController(Bundle args) {
|
||||||
super(args);
|
super(args);
|
||||||
if (args != null) {
|
if (args != null) {
|
||||||
baseUrl = args.getString(BundleKeys.KEY_BASE_URL);
|
baseUrl = args.getString(BundleKeys.KEY_BASE_URL);
|
||||||
|
Loading…
Reference in New Issue
Block a user