diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-14 16:51:35 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-14 16:51:35 -0700 |
commit | 5f3ce07c1def7cfcbb76c57c2a2855992f50dfa4 (patch) | |
tree | 360b4f9a1224549717e553a9bb262f32c8f27c7d /library/src/main | |
parent | 4b612ec2649c46e71c0b839ceff5b9ca50b87f6e (diff) | |
download | kau-5f3ce07c1def7cfcbb76c57c2a2855992f50dfa4.tar.gz kau-5f3ce07c1def7cfcbb76c57c2a2855992f50dfa4.tar.bz2 kau-5f3ce07c1def7cfcbb76c57c2a2855992f50dfa4.zip |
Remove duplicate build
Diffstat (limited to 'library/src/main')
-rw-r--r-- | library/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt | 1 |
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() } |