Set visibility of interface implementations to internal
This commit is contained in:
@@ -25,7 +25,7 @@ interface AppRepository {
|
||||
fun getSuspendedPackages(): Flow<List<String>>
|
||||
}
|
||||
|
||||
class AppRepositoryImpl(
|
||||
internal class AppRepositoryImpl(
|
||||
private val context: Context,
|
||||
hiddenItemsRepository: HiddenItemsRepository,
|
||||
) : AppRepository {
|
||||
|
||||
Reference in New Issue
Block a user