make the new code a bit more readable
This commit is contained in:
parent
74cc5f99b1
commit
48421d6891
|
@ -159,8 +159,11 @@ class MainActivity : SimpleActivity() {
|
|||
if (it) {
|
||||
handlePermission(PERMISSION_READ_CONTACTS) {
|
||||
handleNotificationPermission { granted ->
|
||||
if (!granted) toast(R.string.no_post_notifications_permissions)
|
||||
if (!granted) {
|
||||
toast(R.string.no_post_notifications_permissions)
|
||||
}
|
||||
}
|
||||
|
||||
initMessenger()
|
||||
bus = EventBus.getDefault()
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue