mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
remove the selected attendee on pressing Dismiss
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user