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 Aug 23, 2016
1 parent 034af89 commit e9b3926
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 @@ -229,7 +229,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 e9b3926

Please sign in to comment.