From 5f3ce07c1def7cfcbb76c57c2a2855992f50dfa4 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 14 Jun 2017 16:51:35 -0700 Subject: Remove duplicate build --- library/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/library/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt b/library/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt index eeaa93c..b12b24d 100644 --- a/library/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt +++ b/library/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt @@ -140,7 +140,6 @@ fun Context.showChangelog(@XmlRes xmlRes: Int) { fun Context.materialDialog(action: MaterialDialog.Builder.() -> Unit): MaterialDialog { val builder = MaterialDialog.Builder(this) builder.action() - builder.build() return builder.show() } -- cgit v1.2.3