Compare commits
1 commit
56c0c9f0af
...
8011376997
Author | SHA1 | Date | |
---|---|---|---|
8011376997 |
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import kotlin.coroutines.suspendCoroutine
|
|||
|
||||
interface PrivilegedEuiccContextMarker : OpenEuiccContextMarker {
|
||||
val preferenceRepository: PrivilegedPreferenceRepository
|
||||
get() = openEuiccMarkerContext.preferenceRepository as PrivilegedPreferenceRepository
|
||||
get() = appContainer.preferenceRepository as PrivilegedPreferenceRepository
|
||||
}
|
||||
|
||||
suspend fun Context.bindServiceSuspended(intent: Intent, flags: Int): Pair<IBinder?, () -> Unit> =
|
||||
|
|
Loading…
Add table
Reference in a new issue