Compare commits
1 commit
8011376997
...
a88fd3d990
Author | SHA1 | Date | |
---|---|---|---|
a88fd3d990 |
2 changed files with 4 additions and 1 deletions
|
@ -54,6 +54,9 @@ interface OpenEuiccContextMarker {
|
||||||
val appContainer: AppContainer
|
val appContainer: AppContainer
|
||||||
get() = openEuiccApplication.appContainer
|
get() = openEuiccApplication.appContainer
|
||||||
|
|
||||||
|
val preferenceRepository: PreferenceRepository
|
||||||
|
get() = appContainer.preferenceRepository
|
||||||
|
|
||||||
val telephonyManager: TelephonyManager
|
val telephonyManager: TelephonyManager
|
||||||
get() = appContainer.telephonyManager
|
get() = appContainer.telephonyManager
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@ import kotlin.coroutines.resume
|
||||||
import kotlin.coroutines.suspendCoroutine
|
import kotlin.coroutines.suspendCoroutine
|
||||||
|
|
||||||
interface PrivilegedEuiccContextMarker : OpenEuiccContextMarker {
|
interface PrivilegedEuiccContextMarker : OpenEuiccContextMarker {
|
||||||
val preferenceRepository: PrivilegedPreferenceRepository
|
override val preferenceRepository: PrivilegedPreferenceRepository
|
||||||
get() = appContainer.preferenceRepository as PrivilegedPreferenceRepository
|
get() = appContainer.preferenceRepository as PrivilegedPreferenceRepository
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue