Loading android/app/src/com/android/bluetooth/map/BluetoothMapContentObserver.java +4 −0 Original line number Diff line number Diff line Loading @@ -1526,6 +1526,8 @@ public class BluetoothMapContentObserver { } } while (c.moveToNext()); } } catch (IllegalStateException e) { Log.w(TAG, e); } finally { if (c != null) { c.close(); Loading Loading @@ -1695,6 +1697,8 @@ public class BluetoothMapContentObserver { } while (c.moveToNext()); } } catch (IllegalStateException e) { Log.w(TAG, e); } finally { if (c != null) { c.close(); Loading Loading
android/app/src/com/android/bluetooth/map/BluetoothMapContentObserver.java +4 −0 Original line number Diff line number Diff line Loading @@ -1526,6 +1526,8 @@ public class BluetoothMapContentObserver { } } while (c.moveToNext()); } } catch (IllegalStateException e) { Log.w(TAG, e); } finally { if (c != null) { c.close(); Loading Loading @@ -1695,6 +1697,8 @@ public class BluetoothMapContentObserver { } while (c.moveToNext()); } } catch (IllegalStateException e) { Log.w(TAG, e); } finally { if (c != null) { c.close(); Loading