Skip to content
Snippets Groups Projects
Commit fbb66eab authored by Mark Kim's avatar Mark Kim Committed by Android (Google) Code Review
Browse files

Merge "Add caution commit for one of the constructors in AppListRepository" into main

parents 0fdbbd34 22e27182
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