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

Commit db4a15f3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Prevent NPE for MAP profile" am: fa699f0b

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Bluetooth/+/1838476

Change-Id: I9bbc0ad79a28acfdc76eab68d0979cd8f2267e72
parents 3bc26ea7 fa699f0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1516,7 +1516,7 @@ public class BluetoothMapContent {
            if (c != null) {
                if (c.moveToFirst()) {
                    addr = c.getString(colIndex);
                    if (addr.equals(INSERT_ADDRES_TOKEN)) {
                    if (INSERT_ADDRES_TOKEN.equals(addr)) {
                        addr = "";
                    }
                }