Switch to nonTransitiveRClass

This commit is contained in:
M66B
2023-07-21 07:16:41 +02:00
parent 228e1ffeee
commit 0f6bfa288e
26 changed files with 52 additions and 52 deletions

View File

@@ -53,7 +53,7 @@ public class FragmentDialogAsk extends FragmentDialogBase {
int faq = args.getInt("faq");
final Context context = getContext();
final int colorError = Helper.resolveColor(context, R.attr.colorError);
final int colorError = Helper.resolveColor(context, androidx.appcompat.R.attr.colorError);
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);