Add privacy policy domain

This commit is contained in:
Arne 2024-09-02 23:58:43 +02:00
parent b53ae98053
commit 2503f0777f

View file

@ -154,7 +154,7 @@ public class WelcomeActivity extends XmppActivity implements XmppConnectionServi
binding.slideshowPager.setCurrentItem(binding.slideshowPager.getCurrentItem() + 1)
);
binding.buttonPrivacy.setOnClickListener((v) ->
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://cheogram.com/android-privacy.html")))
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://monocles.eu/legal-privacy/#policies-section")))
);
configureActionBar(getSupportActionBar(), false);
binding.registerNewAccount.setOnClickListener(v -> {