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

This commit is contained in:
sk
2022-12-19 20:59:07 -03:00
committed by LucasGGamerM
parent 1eee1ead5e
commit bdac1d5bb4
12 changed files with 461 additions and 1006 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_supported,
Toast.makeText(getActivity(), R.string.sk_not_support,
Toast.LENGTH_LONG).show();
}
}