mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-25 12:21:02 +00:00
fix: various small fixes
This commit is contained in:
@@ -96,6 +96,11 @@ class ExtensionTestSettingsBottomDialog : BottomSheetDialogFragment() {
|
||||
testType = "full"
|
||||
}
|
||||
}
|
||||
binding.extensionTypeTextView.setOnLongClickListener {
|
||||
binding.searchTextView.visibility = View.VISIBLE
|
||||
binding.searchView.visibility = View.VISIBLE
|
||||
true
|
||||
}
|
||||
setupAdapter()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user