mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Custom toast
This commit is contained in:
@@ -1032,7 +1032,7 @@ public class FragmentIdentity 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