mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Avoid staircase indent
This commit is contained in:
committed by
Torsten Grote
parent
1a5e789bec
commit
b0d99a9f33
@@ -74,9 +74,8 @@ class SettingsViewModel extends AndroidViewModel {
|
||||
try {
|
||||
LocalAuthor localAuthor = identityManager.getLocalAuthor();
|
||||
AuthorInfo authorInfo = authorManager.getMyAuthorInfo();
|
||||
ownIdentityInfo
|
||||
.postValue(
|
||||
new OwnIdentityInfo(localAuthor, authorInfo));
|
||||
ownIdentityInfo.postValue(
|
||||
new OwnIdentityInfo(localAuthor, authorInfo));
|
||||
} catch (DbException e) {
|
||||
LogUtils.logException(LOG, Level.WARNING, e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user