Skip to content

Commit

Permalink
Merge branch 'development' into feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aggarwalpulkit596 committed Apr 14, 2019
2 parents dd359c3 + 2df871e commit 3fb5a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -223,7 +223,7 @@ class EventDetailsFragment : Fragment() {
}

// Event Description Section
val description = event.description.stripHtml()
val description = event.description.nullToEmpty().stripHtml()
if (!description.isNullOrEmpty()) {
setTextField(rootView.eventDescription, description)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.30'

repositories {
google()
Expand Down

0 comments on commit 3fb5a39

Please sign in to comment.