Skip to content

Commit

Permalink
Fixed analyze issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroek committed Jul 2, 2020
1 parent e6c3434 commit d29751a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PermissionList extends StatelessWidget {
return Center(
child: ListView(
children: Permission.values
.where((Permission permission) {
.where((permission) {
if (Platform.isIOS) {
return permission != Permission.unknown &&
permission != Permission.sms &&
Expand Down

0 comments on commit d29751a

Please sign in to comment.