mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Reduced logging
This commit is contained in:
parent
9a4933f20e
commit
d100d8c52e
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
||||||
|
|
||||||
int colorPrimary = colorPrimaryDark;
|
int colorPrimary = colorPrimaryDark;
|
||||||
if (colorPrimary != 0 && Color.alpha(colorPrimary) != 255) {
|
if (colorPrimary != 0 && Color.alpha(colorPrimary) != 255) {
|
||||||
Log.e("Task color primary=" + Integer.toHexString(colorPrimary));
|
Log.w("Task color primary=" + Integer.toHexString(colorPrimary));
|
||||||
colorPrimary = ColorUtils.setAlphaComponent(colorPrimary, 255);
|
colorPrimary = ColorUtils.setAlphaComponent(colorPrimary, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue