aboutsummaryrefslogtreecommitdiff
path: root/library/src
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-14 16:51:35 -0700
committerAllan Wang <me@allanwang.ca>2017-06-14 16:51:35 -0700
commit5f3ce07c1def7cfcbb76c57c2a2855992f50dfa4 (patch)
tree360b4f9a1224549717e553a9bb262f32c8f27c7d /library/src
parent4b612ec2649c46e71c0b839ceff5b9ca50b87f6e (diff)
downloadkau-5f3ce07c1def7cfcbb76c57c2a2855992f50dfa4.tar.gz
kau-5f3ce07c1def7cfcbb76c57c2a2855992f50dfa4.tar.bz2
kau-5f3ce07c1def7cfcbb76c57c2a2855992f50dfa4.zip
Remove duplicate build
Diffstat (limited to 'library/src')
-rw-r--r--library/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt1
1 files changed, 0 insertions, 1 deletions
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()
}