added more todos

This commit is contained in:
noumantahir 2022-07-01 19:59:55 +05:00
parent 7312e9178f
commit f52602ac8b
2 changed files with 6 additions and 3 deletions

View File

@ -760,10 +760,10 @@ class ApplicationContainer extends Component {
dispatch(hideActionModal());
dispatch(hideProfileModal());
dispatch(toastNotification(''));
dispatch(purgeExpiredCache());
dispatch(setRcOffer(false));
//TODO: set pin code navigation to null, else move it to non persisted state
dispatch(purgeExpiredCache());
if(settingsMigrated){
// this._initNotificationSettings(settings);
@ -801,6 +801,8 @@ class ApplicationContainer extends Component {
dispatch(changeAllNotificationSettings(settings));
this._initNotificationSettings(settings);
}
//TODO: set migration to true
}
};
@ -826,7 +828,7 @@ class ApplicationContainer extends Component {
});
};
_connectNotificationServer = (username) => {
/* eslint no-undef: "warn" */

View File

@ -45,6 +45,7 @@ class ApplicationScreen extends Component {
const { rcOffer, dispatch, intl } = this.props;
const { rcOffer: rcOfferPrev } = prevProps;
//TODO: display action modal instead
if (!rcOfferPrev && rcOffer) {
setTimeout(() => {
Alert.alert(