Merge "Fix TetherPreference summary missing" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
0fef86f3f3
@@ -42,7 +42,9 @@ import kotlinx.coroutines.flow.flowOn
|
||||
import kotlinx.coroutines.launch
|
||||
import kotlinx.coroutines.withContext
|
||||
|
||||
class TetherPreferenceController(
|
||||
class TetherPreferenceController
|
||||
@JvmOverloads
|
||||
constructor(
|
||||
context: Context,
|
||||
key: String,
|
||||
private val tetheredRepository: TetheredRepository = TetheredRepository(context),
|
||||
|
Reference in New Issue
Block a user