Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0fef86f3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix TetherPreference summary missing" into main

parents 92eac696 554da2d5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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),