Skip to content

Commit

Permalink
Update ClipboardList.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Dec 15, 2024
1 parent 1ffd020 commit 5306864
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ protected void after(MethodHookParam param) {
lastFilePath = "/data/user/0/" + lpparam.packageName + "/files/last_clipboard_data_list.dat";
// logE(TAG, "run: " + param.args[0]);
getNoExpiredData((ClassLoader) param.args[0]);
logD(TAG, "0002");
getView((ClassLoader) param.args[0]);
clearArray((ClassLoader) param.args[0]);
}
Expand Down

0 comments on commit 5306864

Please sign in to comment.