mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Switch to nonTransitiveRClass
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user