mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +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 videoId = arguments?.getString(IntentData.videoId) ?: ""
|
||||||
val comment = JsonHelper.json.decodeFromString(
|
val comment = JsonHelper.json.decodeFromString(
|
||||||
Comment.serializer(),
|
Comment.serializer(),
|
||||||
arguments?.getString(IntentData.comment) ?: """{}"""
|
arguments?.getString(IntentData.comment)!!
|
||||||
)
|
)
|
||||||
|
|
||||||
repliesAdapter = CommentsAdapter(null, videoId, mutableListOf(comment), true) {
|
repliesAdapter = CommentsAdapter(null, videoId, mutableListOf(comment), true) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user