-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Layout invites empty state #6985
Conversation
closed because created over wrong branch |
import im.vector.app.SpaceStateHandler | ||
import im.vector.app.core.di.MavericksAssistedViewModelFactory | ||
import im.vector.app.core.di.hiltMavericksViewModelFactory | ||
import im.vector.app.core.platform.StateView | ||
import im.vector.app.core.platform.VectorViewModel | ||
import im.vector.app.core.resources.StringProvider | ||
import im.vector.app.features.displayname.getBestName |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Unused import
import org.matrix.android.sdk.api.session.room.model.tag.RoomTag | ||
import org.matrix.android.sdk.api.session.room.roomSummaryQueryParams | ||
import org.matrix.android.sdk.api.session.room.state.isPublic | ||
import org.matrix.android.sdk.api.util.Optional | ||
import org.matrix.android.sdk.api.util.toMatrixItem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Unused import
@@ -18,6 +18,7 @@ package im.vector.app.features.home.room.list.home | |||
|
|||
import androidx.lifecycle.LiveData | |||
import androidx.paging.PagedList | |||
import im.vector.app.core.platform.StateView |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Unused import
|
||
import com.airbnb.epoxy.EpoxyAttribute | ||
import com.airbnb.epoxy.EpoxyModelClass | ||
import com.google.android.material.tabs.TabLayout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Unused import
import im.vector.app.core.epoxy.VectorEpoxyHolder | ||
import im.vector.app.core.epoxy.VectorEpoxyModel | ||
import im.vector.app.core.platform.StateView | ||
import im.vector.app.features.home.room.list.home.filter.HomeRoomFilter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Unused import
import im.vector.app.core.epoxy.VectorEpoxyModel | ||
import im.vector.app.core.platform.StateView | ||
import im.vector.app.features.home.room.list.home.filter.HomeRoomFilter | ||
import im.vector.app.features.home.room.list.home.filter.RoomFilterHeaderItem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Unused import
Type of change
Content
new invites screen should also present empty state
Motivation and context
closes #6876
part of #6502
Screenshots / GIFs