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