view param nullable
This commit is contained in:
parent
ba9a5dc97b
commit
a7ce4c0150
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class DashPodHistoryActivity : NoSplashAppCompatActivity() {
|
|||
historyTypeSpinner?.run {
|
||||
adapter = spinnerAdapter
|
||||
onItemSelectedListener = object : AdapterView.OnItemSelectedListener {
|
||||
override fun onItemSelected(parent: AdapterView<*>?, view: View, position: Int, id: Long) {
|
||||
override fun onItemSelected(parent: AdapterView<*>?, view: View?, position: Int, id: Long) {
|
||||
if (manualChange) return
|
||||
val selected = selectedItem as TypeList
|
||||
selectedGroup = selected.entryGroup
|
||||
|
|
Loading…
Reference in a new issue