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

Commit 8fbd56b2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Possibly fix the widget restoration bug" into udc-dev am: 7dabd57f

parents ca7f0e97 7dabd57f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ public class ContentWriter {

    public int commit() {
        if (mCommitParams != null) {
            mCommitParams.mDbController.update(
            return mCommitParams.mDbController.update(
                    Favorites.TABLE_NAME, getValues(mContext),
                    mCommitParams.mWhere, mCommitParams.mSelectionArgs);
        }