DownloadFragment: Drop non-required SwipeRefreshLayout

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-06-17 12:04:58 +05:30
parent 18c0c94253
commit 0fdef34baf
2 changed files with 9 additions and 18 deletions

View File

@@ -27,7 +27,6 @@ import androidx.navigation.fragment.findNavController
import com.aurora.Constants
import com.aurora.Constants.GITLAB_URL
import com.aurora.extensions.browse
import com.aurora.store.MobileNavigationDirections
import com.aurora.store.R
import com.aurora.store.data.room.download.Download
import com.aurora.store.databinding.FragmentDownloadBinding
@@ -129,7 +128,6 @@ class DownloadFragment : BaseFragment(R.layout.fragment_download) {
}
}
}
binding.swipeRefreshLayout.isRefreshing = false
}
private fun openDownloadMenuSheet(packageName: String) {