mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
removed from detail
This commit is contained in:
parent
776902c4fc
commit
7894bd17ff
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class PluginDetailsFragment(val data: PluginViewData) : BottomSheetDialogFragmen
|
||||||
) {
|
) {
|
||||||
plugin_icon?.setImageResource(R.drawable.ic_baseline_extension_24)
|
plugin_icon?.setImageResource(R.drawable.ic_baseline_extension_24)
|
||||||
}
|
}
|
||||||
plugin_name?.text = metadata.name
|
plugin_name?.text = if (metadata.name.contains("Provider")) metadata.name.replace("Provider", "") else metadata.name
|
||||||
plugin_version?.text = metadata.version.toString()
|
plugin_version?.text = metadata.version.toString()
|
||||||
plugin_description?.text = metadata.description ?: getString(R.string.no_data)
|
plugin_description?.text = metadata.description ?: getString(R.string.no_data)
|
||||||
plugin_size?.text = if (metadata.fileSize == null) getString(R.string.no_data) else formatFileSize(context, metadata.fileSize)
|
plugin_size?.text = if (metadata.fileSize == null) getString(R.string.no_data) else formatFileSize(context, metadata.fileSize)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue