Revert "Whatever the fuck this is. Hopefully it compiles on the first try"

This reverts commit bdac1d5bb4.
This commit is contained in:
LucasGGamerM
2022-12-22 09:01:30 -03:00
parent bdac1d5bb4
commit d9f6ef69fe
12 changed files with 1006 additions and 461 deletions

View File

@@ -726,7 +726,7 @@ public class SettingsFragment extends MastodonToolbarFragment{
pref = GlobalUserPreferences.ColorPreference.MATERIAL3;
onColorPreferenceClick(pref);
}else{
Toast.makeText(getActivity(), R.string.sk_not_support,
Toast.makeText(getActivity(), R.string.sk_not_supported,
Toast.LENGTH_LONG).show();
}
}