aboutsummaryrefslogtreecommitdiff
path: root/about
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-10-19 22:57:44 -0700
committerAllan Wang <me@allanwang.ca>2019-10-19 22:57:44 -0700
commitf411167d3a7748bafbd54394e24ee40808faa6be (patch)
treef3c154ebfb28b8f27651ccd9abf2ee35d0b045d3 /about
parentcd93a1205a1f52883593288f0b0a5a5fb05b900b (diff)
downloadkau-f411167d3a7748bafbd54394e24ee40808faa6be.tar.gz
kau-f411167d3a7748bafbd54394e24ee40808faa6be.tar.bz2
kau-f411167d3a7748bafbd54394e24ee40808faa6be.zip
Apply spotless and update changelog
Diffstat (limited to 'about')
-rw-r--r--about/src/main/kotlin/ca/allanwang/kau/about/AboutPanelDelegate.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/about/src/main/kotlin/ca/allanwang/kau/about/AboutPanelDelegate.kt b/about/src/main/kotlin/ca/allanwang/kau/about/AboutPanelDelegate.kt
index 6ba632e..1d9b2b0 100644
--- a/about/src/main/kotlin/ca/allanwang/kau/about/AboutPanelDelegate.kt
+++ b/about/src/main/kotlin/ca/allanwang/kau/about/AboutPanelDelegate.kt
@@ -35,10 +35,10 @@ import ca.allanwang.kau.utils.withMarginDecoration
import ca.allanwang.kau.xml.kauParseFaq
import com.mikepenz.aboutlibraries.Libs
import com.mikepenz.fastadapter.GenericItem
+import java.lang.reflect.Field
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
-import java.lang.reflect.Field
/**
* Created by Allan Wang on 2017-08-02.