File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/kotlin/com/simplemobiletools/smsmessenger/activities Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ android {
6363}
6464
6565dependencies {
66- implementation ' com.github.SimpleMobileTools:Simple-Commons:9f0c466018 '
66+ implementation ' com.github.SimpleMobileTools:Simple-Commons:dfe84c0ee2 '
6767 implementation ' org.greenrobot:eventbus:3.3.1'
6868 implementation ' com.github.tibbi:IndicatorFastScroll:4524cd0b61'
6969 implementation ' com.github.tibbi:android-smsmms:33fcaf94d9'
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import android.text.TextUtils
1616import android.widget.Toast
1717import androidx.coordinatorlayout.widget.CoordinatorLayout
1818import com.simplemobiletools.commons.dialogs.FilePickerDialog
19+ import com.simplemobiletools.commons.dialogs.PermissionRequiredDialog
1920import com.simplemobiletools.commons.extensions.*
2021import com.simplemobiletools.commons.helpers.*
2122import com.simplemobiletools.commons.models.FAQItem
@@ -213,7 +214,7 @@ class MainActivity : SimpleActivity() {
213214 handlePermission(PERMISSION_READ_CONTACTS ) {
214215 handleNotificationPermission { granted ->
215216 if (! granted) {
216- toast( R .string.no_post_notifications_permissions )
217+ PermissionRequiredDialog ( this , R .string.allow_notifications_incoming_messages )
217218 }
218219 }
219220
You can’t perform that action at this time.
0 commit comments