0
0
Fork 0
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:
X1nto 2020-08-06 14:44:19 +04:00
parent 73a1f639d9
commit f4acceff24

View file

@ -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
} }
} }