Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu committed Sep 4, 2023
1 parent 21551d1 commit 5a9bfe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class WifiIotPlugin
private static final int PERMISSIONS_REQUEST_CODE_ACCESS_NETWORK_STATE_IS_CONNECTED = 65655438;

// Acitivity results
private static final Map<int, Result> resultMap = new HashMap<int, Result>();
private static final Map<Integer, Result> resultMap = new HashMap<Integer, Result>();
private static final int ACTIVITY_RESULT_REQUEST_CODE_ADD_NETWORKS = 66778899;

// initialize members of this class with Context
Expand Down

0 comments on commit 5a9bfe6

Please sign in to comment.