Merge "Fix TetherPreference summary missing" into main

This commit is contained in:
Treehugger Robot
2024-12-25 00:40:48 -08:00
committed by Android (Google) Code Review

View File

@@ -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),