mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Switched to QuadFlask colorpicker
This commit is contained in:
@@ -1040,8 +1040,12 @@ public class FragmentCompose extends FragmentBase {
|
||||
Log.i("Style action=" + action);
|
||||
|
||||
if (action == R.id.menu_color) {
|
||||
Bundle args = new Bundle();
|
||||
args.putInt("color", Color.TRANSPARENT);
|
||||
args.putString("title", getString(R.string.title_style_color));
|
||||
|
||||
FragmentDialogColor fragment = new FragmentDialogColor();
|
||||
fragment.initialize(R.string.title_style_color, Color.TRANSPARENT, new Bundle(), getContext());
|
||||
fragment.setArguments(args);
|
||||
fragment.setTargetFragment(FragmentCompose.this, REQUEST_COLOR);
|
||||
fragment.show(getFragmentManager(), "account:color");
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user