Compare commits
1 commit
accf9add44
...
7e4ec3bf1a
Author | SHA1 | Date | |
---|---|---|---|
7e4ec3bf1a |
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import kotlin.coroutines.suspendCoroutine
|
|||
|
||||
interface PrivilegedEuiccContextMarker : OpenEuiccContextMarker {
|
||||
override val preferenceRepository: PrivilegedPreferenceRepository
|
||||
get() = super.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