mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 18:05:59 +03:00
Fix kltint errors
This commit is contained in:
parent
9d48ecea2f
commit
c049351130
1 changed files with 2 additions and 2 deletions
|
@ -1917,9 +1917,9 @@ class TimelineFragment @Inject constructor(
|
|||
roomDetailViewModel.handle(action)
|
||||
}
|
||||
is EncryptedEventContent -> {
|
||||
if(isRootThreadEvent){
|
||||
if (isRootThreadEvent) {
|
||||
onThreadSummaryClicked(informationData.eventId, isRootThreadEvent)
|
||||
}else {
|
||||
} else {
|
||||
roomDetailViewModel.handle(RoomDetailAction.TapOnFailedToDecrypt(informationData.eventId))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue