Skip to content

Commit

Permalink
changed the flag name in applozic-settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi-kt committed Nov 2, 2023
1 parent 3d967e3 commit 922ca73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/assets/applozic-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"submit": false,
"link": false,
"quickReply": false,
"formSubmitButton": false
"hidePostFormSubmit": false
},
"receiverNameTextColor": "#5C6677",
"innerTimestampDesign": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class KmThemeHelper implements KmCallback {
private static final String SUBMIT_BUTTON = "submit";
private static final String LINK_BUTTON = "link";
private static final String QUICK_REPLIES = "quickReply";
private static final String FORM_SUBMIT_BUTTON = "formSubmitButton";
private static final String FORM_SUBMIT_BUTTON = "hidePostFormSubmit";
private static KmThemeHelper kmThemeHelper;
private final Context context;
private final KmAppSettingPreferences appSettingPreferences;
Expand Down

0 comments on commit 922ca73

Please sign in to comment.