mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
Remove unused expression
This commit is contained in:
parent
ec25173503
commit
c405ca08f0
@ -45,7 +45,7 @@ class CommentsRepliesFragment : Fragment() {
|
||||
val videoId = arguments?.getString(IntentData.videoId) ?: ""
|
||||
val comment = JsonHelper.json.decodeFromString(
|
||||
Comment.serializer(),
|
||||
arguments?.getString(IntentData.comment) ?: """{}"""
|
||||
arguments?.getString(IntentData.comment)!!
|
||||
)
|
||||
|
||||
repliesAdapter = CommentsAdapter(null, videoId, mutableListOf(comment), true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user