mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
fix #690, remove the custom link method at the description field
This commit is contained in:
@@ -227,9 +227,6 @@ class EventActivity : SimpleActivity() {
|
||||
event_title.setText(mEvent.title)
|
||||
event_location.setText(mEvent.location)
|
||||
event_description.setText(mEvent.description)
|
||||
if (event_description.value.isNotEmpty()) {
|
||||
event_description.movementMethod = LinkMovementMethod.getInstance()
|
||||
}
|
||||
|
||||
mReminder1Minutes = mEvent.reminder1Minutes
|
||||
mReminder2Minutes = mEvent.reminder2Minutes
|
||||
|
Reference in New Issue
Block a user