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

Commit f032eef6 authored by Jay Shrauner's avatar Jay Shrauner Committed by Android Git Automerger
Browse files

am df20623c: am 13a8c8c7: am 5b8f013a: Merge "Fix NPE in deleted contact removal" into klp-dev

* commit 'df20623c':
  Fix NPE in deleted contact removal
parents 47c66ed1 df20623c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -511,6 +511,9 @@ public class DialerDatabaseHelper extends SQLiteOpenHelper {
                DeleteContactQuery.PROJECTION,
                DeleteContactQuery.SELECT_UPDATED_CLAUSE,
                new String[] {last_update_time}, null);
        if (deletedContactCursor == null) {
            return;
        }

        db.beginTransaction();
        try {