mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	Fix filter button
This commit is contained in:
		| @@ -170,7 +170,6 @@ open class BrowseSourceController(bundle: Bundle) : | ||||
|         } | ||||
|  | ||||
|         if (presenter.sourceFilters.isEmpty()) { | ||||
|             filterSheet?.hideFilterButton() | ||||
|             binding.fabFilter.text = activity!!.getString(R.string.eh_saved_searches) | ||||
|         } | ||||
|  | ||||
|   | ||||
| @@ -47,7 +47,6 @@ | ||||
|             android:tint="?attr/colorAccent" | ||||
|             app:layout_constraintBottom_toBottomOf="parent" | ||||
|             app:layout_constraintEnd_toStartOf="@+id/filter_btn" | ||||
|             tools:layout_constraintEnd_toStartf="parent" | ||||
|             app:layout_constraintHorizontal_bias="1" | ||||
|             app:layout_constraintStart_toEndOf="@+id/reset_btn" | ||||
|             app:layout_constraintTop_toTopOf="parent" | ||||
| @@ -60,8 +59,6 @@ | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_weight="1" | ||||
|             android:text="@string/action_filter" | ||||
|             android:visibility="gone" | ||||
|             tools:visibility="visible" | ||||
|             app:layout_constraintBottom_toBottomOf="parent" | ||||
|             app:layout_constraintEnd_toEndOf="parent" | ||||
|             app:layout_constraintTop_toTopOf="parent" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user