Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Changed database name according to realm Position
Browse files Browse the repository at this point in the history
  • Loading branch information
kunall17 committed Jun 27, 2016
1 parent 86c0be7 commit 773138b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/zulip/android/ZulipApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public void addToMutedTopics(JSONArray jsonArray) {
}

public void setEmail(String email) {
databaseHelper = new DatabaseHelper(this, email);
databaseHelper = new DatabaseHelper(this, SERVER_SETTINGS + currentRealm);
this.you = Person.getOrUpdate(this, email, null, null);
}

Expand Down

0 comments on commit 773138b

Please sign in to comment.