mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Custom toast
This commit is contained in:
@@ -1290,7 +1290,7 @@ public class FragmentAccount extends FragmentBase {
|
||||
Bundle args = data.getBundleExtra("args");
|
||||
setColor(args.getInt("color"));
|
||||
} else
|
||||
Toast.makeText(getContext(), R.string.title_pro_feature, Toast.LENGTH_LONG).show();
|
||||
ToastEx.makeText(getContext(), R.string.title_pro_feature, Toast.LENGTH_LONG).show();
|
||||
}
|
||||
break;
|
||||
case REQUEST_SAVE:
|
||||
|
||||
Reference in New Issue
Block a user