Commit 719a3c7
committed
fix(tabs): simplify fullscreen mode update on orientation change
- Moved fullscreen update logic to a dedicated private method updateFullscreenMode
- Replaced conditional calls with updateFullscreenMode invocation
- Made setLandscapeFullscreen and exitFullscreen calls awaitable with then()
- Ensured fullscreen mode updates on initialization and on orientation change events1 parent 05760ed commit 719a3c7
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 73 | + | |
78 | 74 | | |
79 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments