Skip to content

Commit

Permalink
Fix method name in SQLiteUpdateHook
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinerOk committed Oct 31, 2024
1 parent 9e342ef commit 41bff48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ public interface SQLiteUpdateHook {
/**
*
*/
void invoke(int operationType, String databaseName, String tableName, long rowId);
void onUpdateFromNative(int operationType, String databaseName, String tableName, long rowId);
}

0 comments on commit 41bff48

Please sign in to comment.