Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
@@ -70,6 +70,7 @@ import java.security.SecureRandom
import javax.crypto.Cipher
import javax.inject.Inject
+@Suppress("LongParameterList")
class NotificationWork constructor(
private val context: Context,
params: WorkerParameters,
@@ -49,6 +49,7 @@ import com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView.S
import java.util.Calendar
import java.util.Date
class GalleryAdapter(
val context: Context,
user: User,
@@ -46,6 +46,7 @@ import com.owncloud.android.utils.theme.ThemeDrawableUtils
/**
* This Adapter populates a SectionedRecyclerView with search results by unified search
*/
class UnifiedSearchListAdapter(
private val storageManager: FileDataStorageManager,
private val listInterface: UnifiedSearchListInterface,