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

Commit e9b3926

Browse files
committed
Changed database name according to realm Position
1 parent 034af89 commit e9b3926

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
@@ -229,7 +229,7 @@ public void addToMutedTopics(JSONArray jsonArray) {
229229
}
230230

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

0 commit comments

Comments
 (0)