Skip to content

Commit 4c69cff

Browse files
authored
Merge pull request #1251 from dhis2/login-database-exception-message
feat: [LOGIN-DATABASE-EXCEPTION-MESSAGE] Change database not created text
2 parents 2f211c2 + b34191b commit 4c69cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/hisp/dhis/android/core/arch/db/access/internal/ParentDatabaseAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ParentDatabaseAdapter implements DatabaseAdapter {
4040

4141
private DatabaseAdapter getAdapter() {
4242
if (adapter == null) {
43-
throw new RuntimeException("Database not yet created. Please login first.");
43+
throw new RuntimeException("Please login to access the database.");
4444
} else {
4545
return adapter;
4646
}

0 commit comments

Comments
 (0)