Apply suggestions from code review from @CyB3RC0nN0R

Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
This commit is contained in:
Maximilian P. Käfer 2020-09-02 11:31:21 +02:00 committed by GitHub
parent cf401d201c
commit dd2e09b6dc
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public final class ChatScene implements Restorable {
private boolean recording;
private Attachment pendingAttachment;
private boolean postingPermanentlyDisabled;
private boolean isCustomAttachmentImage = false;
private boolean isCustomAttachmentImage;
private final LocalDB localDB = context.getLocalDB();
private final Client client = context.getClient();