mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-17 16:55:10 +00:00
removed stuff for debugging
This commit is contained in:
parent
73a1f639d9
commit
f4acceff24
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ class SettingsFragment : PreferenceFragmentCompat() {
|
||||||
true -> FirebaseMessaging.getInstance().subscribeToTopic("MicroG-Update")
|
true -> FirebaseMessaging.getInstance().subscribeToTopic("MicroG-Update")
|
||||||
false -> FirebaseMessaging.getInstance().unsubscribeFromTopic("MicroG-Update")
|
false -> FirebaseMessaging.getInstance().unsubscribeFromTopic("MicroG-Update")
|
||||||
}
|
}
|
||||||
Toast.makeText(requireActivity(), "Set value to $newValue", Toast.LENGTH_SHORT).show()
|
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue