mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +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();
|
||||
accMgr.getAuthToken(account, authTokenType, true,
|
||||
future -> {
|
||||
|
||||
try {
|
||||
ImportAccount importAccount = AccountUtils.getInformationFromAccount(account, future
|
||||
.getResult());
|
||||
@ -256,9 +255,7 @@ public class SwitchAccountController extends BaseController {
|
||||
});
|
||||
}
|
||||
}, handler
|
||||
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user