Remove unused val.

This commit is contained in:
Benoit Marty 2022-10-07 11:27:08 +02:00
parent e08028378b
commit bbc4b35b23
1 changed files with 0 additions and 2 deletions

View File

@ -282,8 +282,6 @@ class TimelineFragment :
private lateinit var callActionsHandler: StartCallActionsHandler
private val currentCallsViewPresenter = CurrentCallsViewPresenter()
private val isEmojiKeyboardVisible: Boolean
get() = vectorPreferences.showEmojiKeyboard()
private val lazyLoadedViews = RoomDetailLazyLoadedViews()