Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/next' into feature/schedule-ex…
Browse files Browse the repository at this point in the history
…act-alarm
  • Loading branch information
JeroenWeener committed Nov 9, 2023
2 parents e3b6fd9 + b1bf5fc commit 787d966
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ class PermissionHandlerAndroid extends PermissionHandlerPlatform {

/// TODO(jweener): handle all special permissions.
@override
Future<PermissionStatus> requestPermission(Permission permission) async {
Future<PermissionStatus> requestPermission(
Permission permission,
) async {
final Activity? activity = _activityManager.activity;
if (activity == null) {
debugPrint(
Expand Down

0 comments on commit 787d966

Please sign in to comment.