Require minimum luminance of 50% for texts

This commit is contained in:
M66B
2019-09-25 09:41:10 +02:00
parent 4e1e9db314
commit cb791f30d3
3 changed files with 10 additions and 10 deletions

View File

@@ -111,7 +111,6 @@ public class Helper {
static final int NOTIFICATION_UPDATE = 4;
static final float LOW_LIGHT = 0.6f;
static final float MIN_LUMINANCE = 0.33f;
static final int BUFFER_SIZE = 8192; // Same as in Files class