From f5d225fc3eb65b44c35d684cc9aba0a3722a1711 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Fri, 16 Dec 2022 11:16:10 -0300 Subject: [PATCH] Still broken --- .../android/fragments/onboarding/MoshidonLoginFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/java/org/joinmastodon/android/fragments/onboarding/MoshidonLoginFragment.java b/mastodon/src/main/java/org/joinmastodon/android/fragments/onboarding/MoshidonLoginFragment.java index 5a7cfce94..168f037bd 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/fragments/onboarding/MoshidonLoginFragment.java +++ b/mastodon/src/main/java/org/joinmastodon/android/fragments/onboarding/MoshidonLoginFragment.java @@ -137,7 +137,7 @@ public class MoshidonLoginFragment extends InstanceCatalogFragment { headerView.findViewById(R.id.more).setVisibility(View.GONE); headerView.findViewById(R.id.visibility).setVisibility(View.GONE); - ((TextView) headerView.findViewById(R.id.username)).setText("@megalodon"); + ((TextView) headerView.findViewById(R.id.username)).setText("@moshidon"); ((TextView) headerView.findViewById(R.id.name)).setText(R.string.sk_app_name); ((TextView) headerView.findViewById(R.id.timestamp)).setText(R.string.time_now); ((ImageView) headerView.findViewById(R.id.avatar)).setImageDrawable(getActivity().getDrawable(R.mipmap.ic_launcher));