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

Commit 773138b

Browse files
committed
Changed database name according to realm Position
1 parent 86c0be7 commit 773138b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/zulip/android/ZulipApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public void addToMutedTopics(JSONArray jsonArray) {
198198
}
199199

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

0 commit comments

Comments
 (0)