Skip to content

Commit

Permalink
in dual slot, select first [0]
Browse files Browse the repository at this point in the history
  • Loading branch information
romellfudi committed Jan 24, 2019
1 parent 8bc3c6a commit dc5d41d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private USSDController(Context context) {
* @param callbackInvoke a callback object from return answer
*/
public void callUSSDInvoke(String ussdPhoneNumber, HashMap<String,HashSet<String>> map, CallbackInvoke callbackInvoke) {
callUSSDInvoke(ussdPhoneNumber, 1, map, callbackInvoke);
callUSSDInvoke(ussdPhoneNumber, 0, map, callbackInvoke);
}

/**
Expand Down

0 comments on commit dc5d41d

Please sign in to comment.