mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-03 11:40:44 +03:00
erged with master and fixed missing bug
This commit is contained in:
parent
8d56ba3c23
commit
66a43035cc
@ -65,14 +65,15 @@ class ApplicationScreen extends Component {
|
||||
|
||||
<IntlProvider locale={locale} messages={flattenMessages(messages[locale])}>
|
||||
<ReduxNavigation />
|
||||
{isShowToastNotification && (
|
||||
<ToastNotification
|
||||
text={toastNotification}
|
||||
duration={2000}
|
||||
onHide={this._handleOnHideToastNotification}
|
||||
/>
|
||||
)}
|
||||
</IntlProvider>
|
||||
|
||||
{isShowToastNotification && (
|
||||
<ToastNotification
|
||||
text={toastNotification}
|
||||
duration={2000}
|
||||
onHide={this._handleOnHideToastNotification}
|
||||
/>
|
||||
)}
|
||||
</Fragment>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user