File tree Expand file tree Collapse file tree
lib/js/src/manager/screen Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ class _ScreenManagerBase extends _SubManagerBase {
7777 this . _choiceSetManagerBase . start ( ) ,
7878 this . _menuManagerBase . start ( ) ,
7979 ] ) ;
80+
81+ _ScreenManagerBase . _softButtonIDBySoftButtonManager = new Set ( ) ;
82+ _ScreenManagerBase . _softButtonIDByAlertManager = new Set ( ) ;
83+
8084 this . _transitionToState ( _SubManagerBase . READY ) ;
8185 await super . start ( ) ;
8286 }
@@ -743,9 +747,6 @@ _ManagerLocation._MAP = Object.freeze({
743747
744748_ScreenManagerBase . _ManagerLocation = _ManagerLocation ;
745749
746- _ScreenManagerBase . _softButtonIDBySoftButtonManager = new Set ( ) ;
747- _ScreenManagerBase . _softButtonIDByAlertManager = new Set ( ) ;
748-
749750const SOFT_BUTTON_ID_NOT_SET_VALUE = - 1 ;
750751const SOFT_BUTTON_ID_MIN_VALUE = 0 ;
751752const SOFT_BUTTON_ID_MAX_VALUE = 10000 ;
You can’t perform that action at this time.
0 commit comments