mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Small color fixes
This commit is contained in:
@@ -273,7 +273,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
}
|
||||
});
|
||||
|
||||
vwColor.setBackgroundColor(color);
|
||||
setColor(color);
|
||||
btnColor.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
@@ -991,7 +991,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
}
|
||||
|
||||
private void setColor(int color) {
|
||||
FragmentIdentity.this.color = color;
|
||||
this.color = color;
|
||||
|
||||
GradientDrawable border = new GradientDrawable();
|
||||
border.setColor(color);
|
||||
|
||||
Reference in New Issue
Block a user