Custom toast

This commit is contained in:
M66B
2019-07-13 08:58:56 +02:00
parent dcc43a1f1c
commit d488809a69
12 changed files with 81 additions and 30 deletions

View File

@@ -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: