mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
Less empty lines
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
08e4771d62
commit
0695d9fd73
@ -222,7 +222,6 @@ public class SwitchAccountController extends BaseController {
|
|||||||
final Handler handler = new Handler();
|
final Handler handler = new Handler();
|
||||||
accMgr.getAuthToken(account, authTokenType, true,
|
accMgr.getAuthToken(account, authTokenType, true,
|
||||||
future -> {
|
future -> {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
ImportAccount importAccount = AccountUtils.getInformationFromAccount(account, future
|
ImportAccount importAccount = AccountUtils.getInformationFromAccount(account, future
|
||||||
.getResult());
|
.getResult());
|
||||||
@ -256,9 +255,7 @@ public class SwitchAccountController extends BaseController {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, handler
|
}, handler
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user