Fix unsolicited permission request

pull/574/head
Alex Baker 8 years ago
parent 0e69efee96
commit 4f44e3569a

@ -394,6 +394,6 @@ public class Astrid3ContentProvider extends InjectingContentProvider {
public static void notifyDatabaseModification(Context context) {
ContentResolver cr = context.getContentResolver();
cr.notifyChange(Task.CONTENT_URI, null);
cr.notifyChange(Task.CONTENT_URI, null, false);
}
}

Loading…
Cancel
Save