diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-04 19:07:53 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-04 19:07:53 +0200 |
commit | 63d39ae7a8f2c10bb2304edefee8dd1034b96693 (patch) | |
tree | ee187e78b7ce6f12e35c472ecba0dde770215432 /src/ui | |
parent | 368eddea42200ec95faa4f4767a72b2b3cf7bdff (diff) |
Mobile: Swiping back from bookmark editors
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/mobile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/mobile.c b/src/ui/mobile.c index 633b33b8..90dfafde 100644 --- a/src/ui/mobile.c +++ b/src/ui/mobile.c | |||
@@ -243,7 +243,8 @@ static iBool topPanelHandler_(iWidget *topPanel, const char *cmd) { | |||
243 | else if (findWidget_App("upload")) { | 243 | else if (findWidget_App("upload")) { |
244 | postCommand_App("upload.cancel"); | 244 | postCommand_App("upload.cancel"); |
245 | } | 245 | } |
246 | else if (findWidget_App("bmed.sidebar")) { | 246 | else if (findWidget_App("bmed.sidebar") || findWidget_App("bmed.create") || |
247 | findWidget_App("bmed")) { | ||
247 | postCommand_App("bmed.cancel"); | 248 | postCommand_App("bmed.cancel"); |
248 | } | 249 | } |
249 | else if (findWidget_App("ident")) { | 250 | else if (findWidget_App("ident")) { |