FIX: Change status bar color on unmount

This commit is contained in:
Marcos Rodriguez Vélez 2018-12-27 20:32:48 -05:00
parent 114225bf47
commit 409c443e90
2 changed files with 5 additions and 1 deletions

View file

@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>182</string>
<string>183</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>

View file

@ -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();