public void didPopNext()
        {
            if (this.widget.viewModel.eventId.isNotEmpty())
            {
                CTemporaryValue.currentPageModelId = this.widget.viewModel.eventId;
            }

            StatusBarManager.statusBarStyle(false);
            if (this._showPlayer)
            {
                AVPlayerPlugin.showPlayer();
            }
        }
Esempio n. 2
0
 public void didPopNext()
 {
     AVPlayerPlugin.showPlayer();
 }