mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2024-12-25 07:50:56 +01:00
remove the selected attendee on pressing Dismiss
This commit is contained in:
parent
33a63c4e72
commit
b26bd7a20e
@ -1195,6 +1195,10 @@ class EventActivity : SimpleActivity() {
|
||||
autoCompleteView.setText(value)
|
||||
}
|
||||
|
||||
selectedAttendeeDismiss.setOnClickListener {
|
||||
attendeeHolder.beGone()
|
||||
}
|
||||
|
||||
val adapter = AutoCompleteTextViewAdapter(this, mAvailableContacts)
|
||||
autoCompleteView.setAdapter(adapter)
|
||||
autoCompleteView.imeOptions = EditorInfo.IME_ACTION_NEXT
|
||||
|
Loading…
Reference in New Issue
Block a user