Merge "Unregister user listener when observers are inactive" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-03-25 02:33:36 +00:00
committed by Android (Google) Code Review

View File

@@ -38,7 +38,7 @@ public class CurrentUserObservable {
@Override @Override
protected void onInactive() { protected void onInactive() {
super.onInactive(); super.onInactive();
mTracker.startTracking(); mTracker.stopTracking();
} }
}; };