Add missing screenshots in TimelineView (#1660)

Add audio, voice  and poll screenshots to TimelineView which were missing.
This commit is contained in:
Marco Romano 2023-10-27 14:18:28 +02:00 committed by GitHub
parent 9510d43289
commit a6e4644cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 125 additions and 50 deletions

View file

@ -18,7 +18,7 @@ package io.element.android.libraries.architecture
import androidx.compose.runtime.Composable
interface Presenter<State> {
fun interface Presenter<State> {
@Composable
fun present(): State
}