We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c08de commit 5bc07b7Copy full SHA for 5bc07b7
app/src/main/java/com/HMSolutions/thikrallah/Notification/ThikrService.java
@@ -605,7 +605,7 @@ public void run() {
605
vibrate();
606
}
607
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
608
- if (!Settings.canDrawOverlays(this)) {
+ if (Settings.canDrawOverlays(this)) {
609
Log.d(TAG,"calling chatheadservice");
610
Intent intentChatHead=new Intent(this.getApplicationContext(), ChatHeadService.class);
611
intentChatHead.putExtra("thikr", athan);
0 commit comments