mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-06-06 05:10:06 +03:00
- Fix a display bug from 2.29.0
This commit is contained in:
parent
b034f6731a
commit
1a0131e05a
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ public class FragmentNotificationsSettings extends PreferenceFragmentCompat impl
|
||||||
}
|
}
|
||||||
if (SET_PUSH_DISTRIBUTOR != null) {
|
if (SET_PUSH_DISTRIBUTOR != null) {
|
||||||
List<String> distributors = UnifiedPush.getDistributors(requireActivity());
|
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.setEntries(distributors.toArray(new String[0]));
|
||||||
SET_PUSH_DISTRIBUTOR.setEntryValues(distributors.toArray(new String[0]));
|
SET_PUSH_DISTRIBUTOR.setEntryValues(distributors.toArray(new String[0]));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue