Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Nov 14, 2024
1 parent c16cae0 commit fa2f18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mobileproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ ProxyController.getInstance()
ProxyConfig.Builder()
.addProxyRule(this.proxy!!.address())
.build(),
{}, // execution context for the following callback
{}, // execution context for the following callback - do anything needed here once the proxy is applied, like refreshing web views
{} // callback to be called once the ProxyConfig is applied
)
```
Expand Down

0 comments on commit fa2f18f

Please sign in to comment.