You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: android/modules/module_common/src/main/java/github/tornaco/android/thanos/module/compose/common/infra/BaseAppListFilterContent.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,7 @@ fun BaseAppListFilterActivity.BaseAppListFilterContent(config: BaseAppListFilter
192
192
var isChecked by remember(sc) { mutableStateOf(sc.isChecked) }
193
193
SwitchBar(
194
194
title = sc.title(context, isChecked),
195
+
tip = config.featureDescription(LocalContext.current),
0 commit comments