removed stuff for debugging

This commit is contained in:
X1nto 2020-08-06 14:44:19 +04:00
parent 73a1f639d9
commit f4acceff24
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ class SettingsFragment : PreferenceFragmentCompat() {
true -> FirebaseMessaging.getInstance().subscribeToTopic("MicroG-Update")
false -> FirebaseMessaging.getInstance().unsubscribeFromTopic("MicroG-Update")
}
Toast.makeText(requireActivity(), "Set value to $newValue", Toast.LENGTH_SHORT).show()
true
}
}