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

Commit 395753d3 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "MAP: catch IllegalStateException for handleMsgListChanges" am: d216f026 am: 0e2896a8

Change-Id: I881e5afbacfcdbb4fcf2e2f3b163f6fba524b367
parents e67e0d29 0e2896a8
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();