mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Switched to QuadFlask colorpicker
This commit is contained in:
@@ -286,8 +286,12 @@ public class FragmentIdentity extends FragmentBase {
|
||||
btnColor.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
Bundle args = new Bundle();
|
||||
args.putInt("color", btnColor.getColor());
|
||||
args.putString("title", getString(R.string.title_color));
|
||||
|
||||
FragmentDialogColor fragment = new FragmentDialogColor();
|
||||
fragment.initialize(R.string.title_flag_color, btnColor.getColor(), new Bundle(), getContext());
|
||||
fragment.setArguments(args);
|
||||
fragment.setTargetFragment(FragmentIdentity.this, REQUEST_COLOR);
|
||||
fragment.show(getFragmentManager(), "identity:color");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user