コード整形

This commit is contained in:
tateisu 2023-01-05 15:17:09 +09:00
parent 9a9a880fe2
commit 74d5d19848
1 changed files with 2 additions and 1 deletions

View File

@ -384,6 +384,7 @@ class SideMenuAdapter(
// Item(icon = R.drawable.ic_search, title = R.string.tootsearch) {
// addColumn(defaultInsertPosition, SavedAccount.na, ColumnType.SEARCH_TS, "")
// },
Item(icon = R.drawable.ic_search, title = R.string.notestock) {
addColumn(defaultInsertPosition, SavedAccount.na, ColumnType.SEARCH_NOTESTOCK, "")
},
@ -531,7 +532,7 @@ class SideMenuAdapter(
}
}
} catch (ex: Throwable) {
log.w(ex,"getTimeZoneString failed.")
log.w(ex, "getTimeZoneString failed.")
return "(incorrect TimeZone)"
}
}