mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 13:03:54 +00:00
[android] Fix Bluesky button not working
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
@@ -124,6 +124,8 @@ public class HelpFragment extends BaseMwmFragment implements View.OnClickListene
|
||||
Utils.openUrl(requireActivity(), Constants.Url.MATRIX);
|
||||
else if (id == R.id.lemmy)
|
||||
Utils.openUrl(requireActivity(), Constants.Url.LEMMY);
|
||||
else if (id == R.id.bluesky)
|
||||
Utils.openUrl(requireActivity(), Constants.Url.BLUESKY);
|
||||
else if (id == R.id.pixelfed)
|
||||
Utils.openUrl(requireActivity(), Constants.Url.PIXELFED);
|
||||
else if (id == R.id.openstreetmap)
|
||||
|
||||
Reference in New Issue
Block a user