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

Commit fb3ba0ae authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7128020 from c67999b4 to rvc-qpr3-release

Change-Id: Ic02e0264f0e7b8160e9e887e613407f6653cc7e5
parents b6849c7a c67999b4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1412,7 +1412,8 @@ public class BluetoothMapContentObserver {
                    do {
                        int idIndex = c.getColumnIndexOrThrow(Sms._ID);
                        if (c.isNull(idIndex)) {
                            throw new IllegalStateException("ID is null");
                            Log.w(TAG, "handleMsgListChangesSms, ID is null");
                            continue;
                        }
                        long id = c.getLong(idIndex);
                        int type = c.getInt(c.getColumnIndex(Sms.TYPE));
@@ -1572,7 +1573,8 @@ public class BluetoothMapContentObserver {
                    do {
                        int idIndex = c.getColumnIndexOrThrow(Mms._ID);
                        if (c.isNull(idIndex)) {
                            throw new IllegalStateException("ID is null");
                            Log.w(TAG, "handleMsgListChangesMms, ID is null");
                            continue;
                        }
                        long id = c.getLong(idIndex);
                        int type = c.getInt(c.getColumnIndex(Mms.MESSAGE_BOX));