Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLatapy authored Nov 15, 2018
1 parent e779a00 commit daa92d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public LiveRealmResults(@NonNull RealmResults<T> results) {
protected void onActive() {
super.onActive();
if (results.isValid()) { // invalidated results can no longer be observed.
LiveRealmResults.this.setValue(results);
LiveRealmResults.this.setValue(results);
results.addChangeListener(listener);
}
}
Expand Down

0 comments on commit daa92d1

Please sign in to comment.