Skip to content

Commit

Permalink
Update SnapController
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Jan 30, 2023
1 parent 376f2bf commit 3d4e72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/Engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class Engine {
}),
checkBlockList: async (snapsToCheck) =>
checkSnapsBlockList(snapsToCheck, SNAP_BLOCKLIST),
state: {},
state: initialState.snapController || {},
messenger: snapControllerMessenger,
fetchFunction: RNFetchBlob.config({ fileCache: true }).fetch.bind(
RNFetchBlob,
Expand Down

0 comments on commit 3d4e72c

Please sign in to comment.