Fixed cancel issue for boost screen

This commit is contained in:
Mustafa Buyukcelebi 2019-08-13 15:39:14 +03:00
parent da3617eb9a
commit 02840cac59

View File

@ -85,7 +85,7 @@ class BoostContainer extends Component {
});
this.purchaseErrorSubscription = purchaseErrorListener(error => {
if (get(error, 'responseCode') !== 2) {
if (get(error, 'responseCode') !== '2') {
Alert.alert('Warning', error);
bugsnag.notify(error);
}