mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
Fixed code formatting issue
This commit is contained in:
parent
13c5cb5278
commit
ac3b63560f
@ -60,8 +60,7 @@ 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user