Commit d29751ad by danielroek

Fixed analyze issue

parent e6c34346
...@@ -13,7 +13,7 @@ class PermissionList extends StatelessWidget { ...@@ -13,7 +13,7 @@ class PermissionList extends StatelessWidget {
return Center( return Center(
child: ListView( child: ListView(
children: Permission.values children: Permission.values
.where((Permission permission) { .where((permission) {
if (Platform.isIOS) { if (Platform.isIOS) {
return permission != Permission.unknown && return permission != Permission.unknown &&
permission != Permission.sms && permission != Permission.sms &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment