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