mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fix inverted if condition
This commit is contained in:
		| @@ -82,13 +82,13 @@ class LibraryCategoryFragment : BaseFragment(), FlexibleViewHolder.OnListItemCli | ||||
|         adapter = LibraryCategoryAdapter(this) | ||||
|  | ||||
|         val recycler = if (preferences.libraryAsList().getOrDefault()) { | ||||
|             (swipe_refresh.inflate(R.layout.library_grid_recycler) as AutofitRecyclerView).apply { | ||||
|                 spanCount = libraryFragment.mangaPerRow | ||||
|             } | ||||
|         } else { | ||||
|             (swipe_refresh.inflate(R.layout.library_list_recycler) as RecyclerView).apply { | ||||
|                 layoutManager = LinearLayoutManager(context) | ||||
|             } | ||||
|         } else { | ||||
|             (swipe_refresh.inflate(R.layout.library_grid_recycler) as AutofitRecyclerView).apply { | ||||
|                 spanCount = libraryFragment.mangaPerRow | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         (recycler.layoutManager as LinearLayoutManager).recycleChildrenOnDetach = true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user