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

Commit e53895b1 authored by Chaohui Wang's avatar Chaohui Wang
Browse files

Protected context of AppOpPermissionListModel

To allow sub class access.

Bug: 280575002
Test: Manually with App Op Permission pages
Change-Id: I6465a18f90031be4fd4c6c60b2c636839af1f55c
parent bdeb39fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ data class AppOpPermissionRecord(
) : AppRecord

abstract class AppOpPermissionListModel(
    private val context: Context,
    protected val context: Context,
    private val packageManagers: IPackageManagers = PackageManagers,
) : TogglePermissionAppListModel<AppOpPermissionRecord> {