Skip to content

Commit

Permalink
#Prodier# fix wrong signature for update by 7fc1955
Browse files Browse the repository at this point in the history
  • Loading branch information
hyongbai committed Jul 1, 2019
1 parent f43bbbe commit 2aa2ebb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public static int update(Context c, Uri uri, ContentValues values, String select
}

try {
Object obj = ProxyRePluginProviderClientVar.update.call(null, c, uri);
Object obj = ProxyRePluginProviderClientVar.update.call(null, c, uri, values, selection, selectionArgs);
if (obj != null) {
return (Integer) obj;
}
Expand Down

0 comments on commit 2aa2ebb

Please sign in to comment.