We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c5fc2 commit 4f5e32bCopy full SHA for 4f5e32b
app/sagas/init.js
@@ -56,7 +56,7 @@ const restore = function* restore() {
56
yield put(appReady({}));
57
const pushNotification = yield call(AsyncStorage.getItem, 'pushNotification');
58
if (pushNotification) {
59
- const pushNotification = yield call(AsyncStorage.removeItem, 'pushNotification');
+ yield call(AsyncStorage.removeItem, 'pushNotification');
60
yield call(deepLinkingClickCallPush, JSON.parse(pushNotification));
61
}
62
} catch (e) {
0 commit comments