diff options
-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")) { |