Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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