barsa-sap-ui 1.0.299 → 1.0.300

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7303,12 +7303,12 @@ class LayoutActionsComponent extends FormToolbarBaseComponent {
7303
7303
  ngOnInit() {
7304
7304
  super.ngOnInit();
7305
7305
  this.hasButtons = this.workflowButtons.length > 0 || this.buttons.length > 0;
7306
+ this.isMobile = getDeviceIsMobile();
7306
7307
  this.mobileBottomBar = this.isMobile && !this.standalone && this.hasButtons;
7307
7308
  this.repositionScrollStrategy = this._overlay.scrollStrategies.reposition({
7308
7309
  autoClose: this.autoClose,
7309
7310
  scrollThrottle: this.scrollThrottle
7310
7311
  });
7311
- this.isMobile = getDeviceIsMobile();
7312
7312
  const workflowButtons = this.workflowButtons;
7313
7313
  // this.workflowButtonsComboMode = true;
7314
7314
  if (workflowButtons.length > 0) {