mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +03:00
added more todos
This commit is contained in:
parent
7312e9178f
commit
f52602ac8b
@ -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" */
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user