Skip to content

Commit daa92d1

Browse files
authored
typo
1 parent e779a00 commit daa92d1

File tree

1 file changed

+1
-1
lines changed
  • examples/architectureComponentsExample/src/main/java/io/realm/examples/arch/livemodel

1 file changed

+1
-1
lines changed

examples/architectureComponentsExample/src/main/java/io/realm/examples/arch/livemodel/LiveRealmResults.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public LiveRealmResults(@NonNull RealmResults<T> results) {
7777
protected void onActive() {
7878
super.onActive();
7979
if (results.isValid()) { // invalidated results can no longer be observed.
80-
LiveRealmResults.this.setValue(results);
80+
LiveRealmResults.this.setValue(results);
8181
results.addChangeListener(listener);
8282
}
8383
}

0 commit comments

Comments
 (0)