Loading app/src/main/java/app/fedilab/android/mastodon/ui/fragment/settings/FragmentNotificationsSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ public class FragmentNotificationsSettings extends PreferenceFragmentCompat impl } if (SET_PUSH_DISTRIBUTOR != null) { List<String> distributors = UnifiedPush.getDistributors(requireActivity()); SET_PUSH_DISTRIBUTOR.setValue(""); SET_PUSH_DISTRIBUTOR.setValue(UnifiedPush.getAckDistributor(requireActivity())); SET_PUSH_DISTRIBUTOR.setEntries(distributors.toArray(new String[0])); SET_PUSH_DISTRIBUTOR.setEntryValues(distributors.toArray(new String[0])); } Loading Loading
app/src/main/java/app/fedilab/android/mastodon/ui/fragment/settings/FragmentNotificationsSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ public class FragmentNotificationsSettings extends PreferenceFragmentCompat impl } if (SET_PUSH_DISTRIBUTOR != null) { List<String> distributors = UnifiedPush.getDistributors(requireActivity()); SET_PUSH_DISTRIBUTOR.setValue(""); SET_PUSH_DISTRIBUTOR.setValue(UnifiedPush.getAckDistributor(requireActivity())); SET_PUSH_DISTRIBUTOR.setEntries(distributors.toArray(new String[0])); SET_PUSH_DISTRIBUTOR.setEntryValues(distributors.toArray(new String[0])); } Loading