mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
FIX: inject
This commit is contained in:
parent
577b560332
commit
9f587a427c
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ export default class Browser extends Component {
|
|||
onLoadProgress={e => {
|
||||
console.log('progress:', e.nativeEvent.progress);
|
||||
if (!alreadyInjected && e.nativeEvent.progress > 0.5) {
|
||||
this.webview.injectJavaScript(injectedParadise);
|
||||
// this.webview.injectJavaScript(injectedParadise);
|
||||
alreadyInjected = true;
|
||||
console.log('injected');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue