Updating changelog title

This commit is contained in:
Maxime NATUREL 2023-01-13 15:07:10 +01:00
parent 3f2625576b
commit 4f5d151f0b
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
[Poll] Load more UI mechanism
[Poll] History list: Load more UI mechanism

View File

@ -38,7 +38,6 @@ import im.vector.app.features.roomprofile.polls.RoomPollsViewState
import timber.log.Timber
import javax.inject.Inject
// TODO handle errors during load more or sync
abstract class RoomPollsListFragment :
VectorBaseFragment<FragmentRoomPollsListBinding>(),
RoomPollsController.Listener {