- Fix a display bug from 2.29.0

This commit is contained in:
Thomas 2025-02-22 10:26:20 +01:00
parent b034f6731a
commit 1a0131e05a

View file

@ -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]));
}