Merge branch 'hotfix/v7.2.2' into fix/merge-hotfix

This commit is contained in:
Julia Radzhabova 2022-12-05 10:17:39 +03:00
commit 9f21320d78

View file

@ -374,6 +374,7 @@ define([
Common.NotificationCenter.on({
'modal:show': _onModalDialog.bind(this, 'open'),
'modal:close': _onModalDialog.bind(this, 'close'),
'modal:hide': _onModalDialog.bind(this, 'hide'),
'uitheme:changed' : function (name) {
if (Common.localStorage.getBool('ui-theme-use-system', false)) {
native.execCommand("uitheme:changed", JSON.stringify({name:'theme-system'}));