Skip to content

Commit

Permalink
fix some issues Baseflow#2
Browse files Browse the repository at this point in the history
  • Loading branch information
KangYee committed Oct 19, 2019
1 parent 9c72246 commit b9783e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/Classes/PermissionHandlerEnums.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//

typedef NS_ENUM(int, PermissionGroup) {
PermissionGroupCamera = 0,
PermissionGroupIgnoreBatteryOptimizations,
PermissionGroupIgnoreBatteryOptimizations = 0,
PermissionGroupCamera,
PermissionGroupUnknown,
};

Expand Down

0 comments on commit b9783e7

Please sign in to comment.