aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/iitems
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-02-23 16:10:45 -0800
committerAllan Wang <me@allanwang.ca>2020-02-23 16:10:45 -0800
commit7b5bf87a3f5ce8f7fd3c95ed889076f4869f0310 (patch)
treeaac290e3cdd256b119e5f1865e08bda217b935aa /app/src/main/kotlin/com/pitchedapps/frost/iitems
parentc8b54fd10a08ed53eb7d21578a4fe990fe14e3bc (diff)
downloadfrost-7b5bf87a3f5ce8f7fd3c95ed889076f4869f0310.tar.gz
frost-7b5bf87a3f5ce8f7fd3c95ed889076f4869f0310.tar.bz2
frost-7b5bf87a3f5ce8f7fd3c95ed889076f4869f0310.zip
Remove koincomponent from activities and apply spotless
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/iitems')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/iitems/GenericIItems.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/iitems/GenericIItems.kt b/app/src/main/kotlin/com/pitchedapps/frost/iitems/GenericIItems.kt
index 5b06443e..8459fdf0 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/iitems/GenericIItems.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/iitems/GenericIItems.kt
@@ -104,7 +104,7 @@ open class TextIItem(
) : KauIItem<TextIItem.ViewHolder>(R.layout.iitem_text, ::ViewHolder, itemId),
ClickableIItemContract {
- class ViewHolder(itemView: View) : FastAdapter.ViewHolder<TextIItem>(itemView),KoinComponent {
+ class ViewHolder(itemView: View) : FastAdapter.ViewHolder<TextIItem>(itemView), KoinComponent {
private val prefs: Prefs by inject()