Apply suggestions from code review from @CyB3RC0nN0R
Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
This commit is contained in:
		@@ -134,7 +134,7 @@ public final class ChatScene implements Restorable {
 | 
				
			|||||||
	private boolean				recording;
 | 
						private boolean				recording;
 | 
				
			||||||
	private Attachment			pendingAttachment;
 | 
						private Attachment			pendingAttachment;
 | 
				
			||||||
	private boolean				postingPermanentlyDisabled;
 | 
						private boolean				postingPermanentlyDisabled;
 | 
				
			||||||
	private boolean				isCustomAttachmentImage	= false;
 | 
						private boolean				isCustomAttachmentImage;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	private final LocalDB			localDB					= context.getLocalDB();
 | 
						private final LocalDB			localDB					= context.getLocalDB();
 | 
				
			||||||
	private final Client			client					= context.getClient();
 | 
						private final Client			client					= context.getClient();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user