fixed duplication of abstract products in storage fragment

This commit is contained in:
leca 2024-10-15 02:47:08 +03:00
parent f50e10e231
commit 8ef72db4e4
1 changed files with 0 additions and 6 deletions

View File

@ -30,12 +30,6 @@ class StorageFragment : Fragment() {
return inflater.inflate(R.layout.fragment_storage, container, false) return inflater.inflate(R.layout.fragment_storage, container, false)
} }
override fun onResume() {
super.onResume()
updateContent()
}
fun removeSelected() { fun removeSelected() {
thread { thread {
val grv = view?.findViewById<GridLayout>(R.id.contentGridLayout) val grv = view?.findViewById<GridLayout>(R.id.contentGridLayout)