fixed application container typ

This commit is contained in:
Nouman Tahir 2022-10-25 11:50:36 +05:00
parent 3566062651
commit c94783bb92

View File

@ -117,7 +117,7 @@ class ApplicationContainer extends Component {
appStateSub = AppState.addEventListener('change', this._handleAppStateChange);
this.removeAppearanceListener = Appearance.addChangeListener(this._appearanceChangeListener);
removeAppearanceListener = Appearance.addChangeListener(this._appearanceChangeListener);
this._createPushListener();