Skip to content
Snippets Groups Projects
Commit 22e27182 authored by Mark Kim's avatar Mark Kim
Browse files

Add caution commit for one of the constructors in AppListRepository

Test: n/a

Bug: 304255511
Change-Id: I69a5c4e72c28b006ddd9a4309e87ac84d708ace3
parent efa35f6d
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,9 @@ object AppListRepositoryUtil {
AppListRepositoryImpl(context).getSystemPackageNamesBlocking(userId)
}
/**
* This constructor is visible for tests only in order to override `featureFlags`.
*/
class AppListRepositoryImpl(
private val context: Context,
private val featureFlags: FeatureFlags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment