Merge branch 'SimpleMobileTools:master' into duplication_fixes

This commit is contained in:
Naveen Singh 2022-09-13 23:06:58 +05:30 committed by GitHub
commit f48b63b97a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
140 changed files with 116 additions and 109 deletions

View file

@ -158,6 +158,12 @@ class MainActivity : SimpleActivity() {
handlePermission(PERMISSION_SEND_SMS) {
if (it) {
handlePermission(PERMISSION_READ_CONTACTS) {
handleNotificationPermission { granted ->
if (!granted) {
toast(R.string.no_post_notifications_permissions)
}
}
initMessenger()
bus = EventBus.getDefault()
try {