mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Insets fix for migration manga list
This commit is contained in:
		| @@ -6,6 +6,7 @@ import android.view.View | ||||
| import android.view.ViewGroup | ||||
| import androidx.core.os.bundleOf | ||||
| import androidx.recyclerview.widget.LinearLayoutManager | ||||
| import dev.chrisbanes.insetter.applyInsetter | ||||
| import eu.davidea.flexibleadapter.FlexibleAdapter | ||||
| import eu.kanade.tachiyomi.databinding.MigrationMangaControllerBinding | ||||
| import eu.kanade.tachiyomi.ui.base.controller.NucleusController | ||||
| @@ -46,6 +47,11 @@ class MigrationMangaController : | ||||
|  | ||||
|     override fun inflateView(inflater: LayoutInflater, container: ViewGroup): View { | ||||
|         binding = MigrationMangaControllerBinding.inflate(inflater) | ||||
|         binding.recycler.applyInsetter { | ||||
|             type(navigationBars = true) { | ||||
|                 padding() | ||||
|             } | ||||
|         } | ||||
|         return binding.root | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user