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

Commit 5360eab8 authored by Jeff Hamilton's avatar Jeff Hamilton
Browse files

Fix deleting browser history.

Bug: 2953761
Change-Id: I19eba1f24c45ba092a583282b21d35391cfd1eb9
parent 4dcb8606
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -469,7 +469,7 @@ public class Browser {
                    iconDb.releaseIconForPageUrl(cursor.getString(0));
                } while (cursor.moveToNext());

                cr.delete(BOOKMARKS_URI, whereClause, null);
                cr.delete(History.CONTENT_URI, whereClause, null);
            }
        } catch (IllegalStateException e) {
            Log.e(LOGTAG, "deleteHistoryWhere", e);