We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7b7d3 commit 9a69172Copy full SHA for 9a69172
app/src/main/java/com/matrix/autoreply/ui/fragment/MainFragment.kt
@@ -245,7 +245,7 @@ class MainFragment : Fragment() {
245
246
private fun setSwitchState() {
247
mainAutoReplySwitch!!.isChecked = preferencesManager!!.isAutoReplyEnabled
248
- groupReplySwitch!!.isEnabled = preferencesManager!!.isServiceEnabled
+ groupReplySwitch!!.isEnabled = preferencesManager!!.isAutoReplyEnabled
249
enableOrDisableEnabledAppsCheckboxes(mainAutoReplySwitch!!.isChecked)
250
}
251
0 commit comments