We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f211c2 + b34191b commit 4c69cffCopy full SHA for 4c69cff
core/src/main/java/org/hisp/dhis/android/core/arch/db/access/internal/ParentDatabaseAdapter.java
@@ -40,7 +40,7 @@ class ParentDatabaseAdapter implements DatabaseAdapter {
40
41
private DatabaseAdapter getAdapter() {
42
if (adapter == null) {
43
- throw new RuntimeException("Database not yet created. Please login first.");
+ throw new RuntimeException("Please login to access the database.");
44
} else {
45
return adapter;
46
}
0 commit comments