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

Commit a3ca7c5f authored by Chienyuan's avatar Chienyuan Committed by android-build-merger
Browse files

Merge "MAP: catch IllegalStateException for handleMsgListChanges"

am: a6b5cc4c

Change-Id: I2b44de556d18685589bd323d268c4ba306d672ab
parents 43754e48 a6b5cc4c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1526,6 +1526,8 @@ public class BluetoothMapContentObserver {
                        }
                    } while (c.moveToNext());
                }
            } catch (IllegalStateException e) {
                Log.w(TAG, e);
            } finally {
                if (c != null) {
                    c.close();
@@ -1695,6 +1697,8 @@ public class BluetoothMapContentObserver {
                    } while (c.moveToNext());

                }
            } catch (IllegalStateException e) {
                Log.w(TAG, e);
            } finally {
                if (c != null) {
                    c.close();