Commit d29751ad by danielroek

Fixed analyze issue

parent e6c34346
......@@ -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 &&
......
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