mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
Removes unused import
This commit is contained in:
parent
5d496d5f3d
commit
f722b2eb85
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ import org.matrix.android.sdk.api.session.sync.SyncState
|
|||
import org.matrix.android.sdk.api.session.threads.ThreadNotificationBadgeState
|
||||
import org.matrix.android.sdk.api.session.widgets.model.Widget
|
||||
import org.matrix.android.sdk.api.session.widgets.model.WidgetType
|
||||
import timber.log.Timber
|
||||
|
||||
sealed class UnreadState {
|
||||
object Unknown : UnreadState()
|
||||
|
|
Loading…
Reference in a new issue