mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
FIX: Change status bar color on unmount
This commit is contained in:
parent
114225bf47
commit
409c443e90
2 changed files with 5 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>182</string>
|
||||
<string>183</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
|
|
|
@ -296,6 +296,10 @@ export default class WalletTransactions extends Component {
|
|||
await BlueApp.saveToDisk();
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.onWillBlur();
|
||||
}
|
||||
|
||||
rowTitle = item => {
|
||||
if (item.type === 'user_invoice' || item.type === 'payment_request') {
|
||||
const currentDate = new Date();
|
||||
|
|
Loading…
Add table
Reference in a new issue