Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7f155b3 authored by android-build-team Robot's avatar android-build-team Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix unregistration of incorrect ContentsObserver" into pi-dev

parents fe39ef04 917d85bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ public class RuntimeDataSupplier implements DataSupplier {
        }

        if (mDirCallbacks != null && mDirCallbacks.getObserver() != null) {
            mContext.getContentResolver().unregisterContentObserver(mDocCallbacks.getObserver());
            mContext.getContentResolver().unregisterContentObserver(mDirCallbacks.getObserver());
        }
    }