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

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
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