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

Commit d216f026 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "MAP: catch IllegalStateException for handleMsgListChanges"

parents 77b9e742 3498ea9f
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();