Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 6, 2023
1 parent 1ce5794 commit 682f2a6
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1793,9 +1793,10 @@ public void requestExactAlarmsPermission(@NonNull PermissionRequestListener call
if (!permissionGranted) {
permissionRequestProgress = PermissionRequestProgress.RequestingExactAlarmsPermission;
mainActivity.startActivityForResult(
new Intent(ACTION_REQUEST_SCHEDULE_EXACT_ALARM,
Uri.parse("package:" + applicationContext.getPackageName())),
EXACT_ALARM_PERMISSION_REQUEST_CODE);
new Intent(
ACTION_REQUEST_SCHEDULE_EXACT_ALARM,
Uri.parse("package:" + applicationContext.getPackageName())),
EXACT_ALARM_PERMISSION_REQUEST_CODE);
} else {
this.callback.complete(true);
permissionRequestProgress = PermissionRequestProgress.None;
Expand Down

0 comments on commit 682f2a6

Please sign in to comment.