Skip to content

Commit

Permalink
Fix: arRPC Plugin fetchApplicationsRPC (No. 2)
Browse files Browse the repository at this point in the history
- Corrected wrong use of getByRegex and altered the search criteria.
  • Loading branch information
tsukasa committed Jun 19, 2024
1 parent a557705 commit 5a834a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/bd-plugins/arRPCBridge.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = (() => {
const DISPATCH_TYPE = "LOCAL_ACTIVITY_UPDATE";

const AssetManager = Webpack.getByKeys("fetchAssetIds", "getAssetImage");
const fetchApplicationsRPC = Webpack.getByRegex("APPLICATION_RPC", "cover_image");
const fetchApplicationsRPC = Webpack.getByRegex("IPC.*APPLICATION_RPC");

let apps = {};
let connectErrorNotice;
Expand Down

0 comments on commit 5a834a2

Please sign in to comment.