Merge "Possibly fix the widget restoration bug" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7dabd57f2d
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user