Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:chaion/Makkii into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leoaion committed Nov 14, 2019
2 parents d13b76c + d0eb74a commit bdb2195
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/pages/signed/discover/dapp_launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ const dappLauncher = props => {
ref={webViewRef}
source={{ uri }}
cacheEnabled={false}
bounces={false}
useWebKit
onMessage={onMessage}
renderLoading={renderLoading}
Expand Down
4 changes: 2 additions & 2 deletions ios/wallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>18</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion services/account_import.service.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable camelcase */
import TransportHid from '@ledgerhq/react-native-hid/src';
import TransportHid from '@ledgerhq/react-native-hid';
import BIP38 from '../utils/bip38';
import { getKeyFromMnemonic, recoverKeyPairByPrivateKey, getKeyByLedger, recoverKeyPairByWIF, getLedgerStatus, setLedgerTransport } from '../client/keystore';
import { SensitiveStorage } from '../utils/storage';
Expand Down

0 comments on commit bdb2195

Please sign in to comment.