mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-25 22:33:52 +03:00
removed intl
This commit is contained in:
parent
142da0a183
commit
86279a1f57
@ -2,7 +2,6 @@ import React, { PureComponent } from 'react';
|
||||
import { View, Alert, StatusBar } from 'react-native';
|
||||
import { WebView } from 'react-native-webview';
|
||||
import { connect } from 'react-redux';
|
||||
import { injectIntl } from 'react-intl';
|
||||
|
||||
import { loginWithSC2 } from '../../providers/hive/auth';
|
||||
import { hsOptions } from '../../constants/hsOptions';
|
||||
@ -27,7 +26,7 @@ class HiveSigner extends PureComponent {
|
||||
|
||||
_onNavigationStateChange = (event) => {
|
||||
let code;
|
||||
const { dispatch, handleOnModalClose, intl, isPinCodeOpen, navigation } = this.props;
|
||||
const { dispatch, handleOnModalClose, isPinCodeOpen, navigation } = this.props;
|
||||
const { isLoading } = this.state;
|
||||
if (event.url.indexOf('?code=') > -1) {
|
||||
this.webview.stopLoading();
|
||||
|
Loading…
Reference in New Issue
Block a user