Fixed code formatting issue

This commit is contained in:
MohitMaliFtechiz 2024-11-06 12:24:14 +05:30 committed by Kelson
parent 13c5cb5278
commit ac3b63560f

View File

@ -60,8 +60,7 @@ internal class StorageViewHolder(
)
)
radioButton.isChecked =
!isShowingStorageOptionForFirstDownload &&
radioButton.isChecked = !isShowingStorageOptionForFirstDownload &&
adapterPosition == sharedPreferenceUtil.storagePosition
freeSpace.apply {
text = item.getFreeSpace(root.context, storageCalculator)