Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Feb 8, 2021
1 parent 797c249 commit f059ece
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ public JSONArray generatePreKeys(int nextPreKeyId, int count) {

public JSONObject initialize(String userId, String password) throws Exception {
try {
System.out.println("INITIALIZINGXXXX");
Log.d("INITALIZINGXXX", "LOGXXX");
HashMap<String, String> serviceMap = new HashMap();
serviceMap.put("service", context.getPackageName());
keychain.setGenericPassword(context.getPackageName(), "password", password, serviceMap);
Expand Down

0 comments on commit f059ece

Please sign in to comment.