From 816a738d28bd475a445963b95eb854614a12a032 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 4 Oct 2016 14:38:19 -0400 Subject: PLT-4343 Fixes for mobile main menu (#4148) * Fixed mobile app link in the main menu to be displayed on mobile browsers * Fixed doubled up dividers in mobile menu * Added scrolling to mobile main menu --- webapp/actions/channel_actions.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/actions/channel_actions.jsx') diff --git a/webapp/actions/channel_actions.jsx b/webapp/actions/channel_actions.jsx index c264fcb34..ed8e00db6 100644 --- a/webapp/actions/channel_actions.jsx +++ b/webapp/actions/channel_actions.jsx @@ -30,7 +30,7 @@ export function executeCommand(channelId, message, suggest, success, error) { msg = msg.substring(0, msg.indexOf(' ')).toLowerCase() + msg.substring(msg.indexOf(' '), msg.length); if (message.indexOf('/shortcuts') !== -1) { - if (UserAgent.isMobileApp()) { + if (UserAgent.isMobile()) { const err = {message: Utils.localizeMessage('create_post.shortcutsNotSupported', 'Keyboard shortcuts are not supported on your device')}; error(err); return; -- cgit v1.2.3-1-g7c22