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

Commit 7832efe7 authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am f079a659: merge from open-source master

Merge commit 'f079a659'

* commit 'f079a659':
  Fix hang when error in SIM card communication
parents b812925a f079a659
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,8 +62,8 @@ public abstract class IccPhoneBookInterfaceManager extends IIccPhoneBook.Stub {
                            logd("GET_RECORD_SIZE Size " + recordSize[0] +
                                    " total " + recordSize[1] +
                                    " #record " + recordSize[2]);
                            mLock.notifyAll();
                        }
                        mLock.notifyAll();
                    }
                    break;
                case EVENT_UPDATE_DONE: