Android: Remove option for new editor as it crashes the app

pull/3741/head
Laurent Cozic 2020-09-11 23:56:21 +01:00
parent 1108e8c28a
commit 524ec12d8a
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ class Setting extends BaseModel {
value: false,
type: Setting.TYPE_BOOL,
section: 'note',
public: true,
public: mobilePlatform === 'ios',
appTypes: ['mobile'],
label: () => 'Opt-in to the editor beta',
description: () => 'This beta adds list continuation, Markdown preview, and Markdown shortcuts. If you find bugs, please report them in the Discourse forum.',