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

Commit f2766597 authored by Alex Buynytskyy's avatar Alex Buynytskyy
Browse files

Fix for potential null access.

Test: refactor CL, presubmit passes
Change-Id: I6908bb0686186df3f8f99247c4cc099224c48e2b
parent e378131e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -225,9 +225,6 @@ public class DataLoaderManagerService extends SystemService {
        private void remove() {
            synchronized (mLock) {
                mServiceConnections.remove(mId);
                if (mServiceConnections.size() == 0) {
                    mServiceConnections = null;
                }
            }
            mParams.clear();
        }