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

Commit 4a6e52f2 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 38953327: am 5d9a7e45: am f667af23: Merge "Telephony: Add null pointer...

am 38953327: am 5d9a7e45: am f667af23: Merge "Telephony: Add null pointer checks in UiccCardApplicaton.update"

* commit '38953327':
  Telephony: Add null pointer checks in UiccCardApplicaton.update
parents 4658a1a8 38953327
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -122,8 +122,8 @@ public class UiccCardApplication {
            mPin2State = as.pin2;

            if (mAppType != oldAppType) {
                mIccFh.dispose();
                mIccRecords.dispose();
                if (mIccFh != null) { mIccFh.dispose();}
                if (mIccRecords != null) { mIccRecords.dispose();}
                mIccFh = createIccFileHandler(as.app_type);
                mIccRecords = createIccRecords(as.app_type, c, ci);
            }