Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Sep 14, 2023
1 parent f0fa239 commit 0353e5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mobile-app/MobileApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1004,9 +1004,7 @@ export class PopupWindowPage<TIn = any, TOut = any> extends (root as any as type

PageNavigator.pushPageForResult =
(page, parameters, clearHistory) => {
if (
!clearHistory
&& !isMobileView
if (!isMobileView
&& page[isPopupPage]
) {
const popupPage = page as any as typeof PopupWindowEx;
Expand Down

0 comments on commit 0353e5e

Please sign in to comment.