Merge "Possibly fix the widget restoration bug" into udc-dev

This commit is contained in:
TreeHugger Robot
2023-05-31 01:32:53 +00:00
committed by Android (Google) Code Review
@@ -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);
}