This repository was archived by the owner on Mar 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/src/main/java/com/vanced/manager/adapter Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ class GetNotifAdapter(private val context: Context) :
1919 " vanced_notifs"
2020 )
2121 private val music = NotifModel (
22- " MicroG -Update" ,
22+ " Music -Update" ,
2323 context.getString(R .string.push_notifications, context.getString(R .string.music)),
2424 context.getString(R .string.push_notifications_summary, context.getString(R .string.music)),
2525 " music_notifs"
2626 )
2727 private val microg = NotifModel (
28- " Music -Update" ,
29- context.getString(R .string.push_notifications, context.getString(R .string.microg)),
30- context.getString(R .string.push_notifications_summary, context.getString(R .string.microg)),
31- " microg_notifs"
28+ " MicroG -Update" ,
29+ context.getString(R .string.push_notifications, context.getString(R .string.microg)),
30+ context.getString(R .string.push_notifications_summary, context.getString(R .string.microg)),
31+ " microg_notifs"
3232 )
3333
3434 private val apps = arrayOf(vanced, music, microg)
@@ -41,7 +41,7 @@ class GetNotifAdapter(private val context: Context) :
4141 setKey(apps[position].key)
4242 setSummary(apps[position].switchSummary)
4343 setTitle(apps[position].switchTitle)
44- setDefaultValue(false )
44+ setDefaultValue(true )
4545 }
4646 }
4747 }
You can’t perform that action at this time.
0 commit comments