Skip to content

Commit

Permalink
MOD expose those database update triggers to call them manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Tschernuth committed Jun 17, 2015
1 parent 61d568a commit baffb9c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ public void setLoggingEnabled(boolean enabled) {
logging = enabled;
}

public PublishSubject<Set<String>> getTriggersSubject() {
return triggers;
}

private SQLiteDatabase getReadableDatabase() {
SQLiteDatabase db = readableDatabase;
if (db == null) {
Expand Down

0 comments on commit baffb9c

Please sign in to comment.