You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-07-28 08:42:00 +03:00
Detekt: fix UtilityClassWithPublicConstructor
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
|
||||
package im.vector.lib.multipicker
|
||||
|
||||
class MultiPicker<T> {
|
||||
class MultiPicker<T> private constructor() {
|
||||
|
||||
companion object Type {
|
||||
val IMAGE by lazy { MultiPicker<ImagePicker>() }
|
||||
|
Reference in New Issue
Block a user