mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Fixed code formatting issue
This commit is contained in:
parent
13c5cb5278
commit
ac3b63560f
@ -60,9 +60,8 @@ internal class StorageViewHolder(
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
radioButton.isChecked =
|
radioButton.isChecked = !isShowingStorageOptionForFirstDownload &&
|
||||||
!isShowingStorageOptionForFirstDownload &&
|
adapterPosition == sharedPreferenceUtil.storagePosition
|
||||||
adapterPosition == sharedPreferenceUtil.storagePosition
|
|
||||||
freeSpace.apply {
|
freeSpace.apply {
|
||||||
text = item.getFreeSpace(root.context, storageCalculator)
|
text = item.getFreeSpace(root.context, storageCalculator)
|
||||||
textSize = FREE_SPACE_TEXTVIEW_SIZE
|
textSize = FREE_SPACE_TEXTVIEW_SIZE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user