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

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

Merge "MAP: catch IllegalStateException for handleMsgListChanges"

am: d216f026

Change-Id: I2b44de556d18685589bd323d268c4ba306d672ab
parents 9ffd2b88 d216f026
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();