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

Commit df2d3d89 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Clear adn records during cleanup in IccPhoneBookInterfaceManager"

parents c53ce742 f650dc3e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -123,6 +123,9 @@ public abstract class IccPhoneBookInterfaceManager extends IIccPhoneBook.Stub {
        }
        mIs3gCard = false;
        mCurrentApp = null;
        if (mRecords != null) {
            mRecords.clear();
        }
    }

    public void dispose() {