mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Adding debug log
This commit is contained in:
parent
bf67d2529f
commit
71b7edc6f2
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ import im.vector.app.features.roomprofile.polls.PollSummary
|
|||
import im.vector.app.features.roomprofile.polls.RoomPollsAction
|
||||
import im.vector.app.features.roomprofile.polls.RoomPollsFilter
|
||||
import im.vector.app.features.roomprofile.polls.RoomPollsViewModel
|
||||
import timber.log.Timber
|
||||
import javax.inject.Inject
|
||||
|
||||
@AndroidEntryPoint
|
||||
|
@ -82,5 +83,6 @@ class RoomActivePollsFragment :
|
|||
|
||||
override fun onPollClicked(pollId: String) {
|
||||
// TODO navigate to details
|
||||
Timber.d("poll with id $pollId clicked")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue