Refactoring

This commit is contained in:
M66B
2019-01-17 10:53:29 +00:00
parent 69b5448859
commit 6157eece5e
3 changed files with 21 additions and 20 deletions

View File

@@ -95,6 +95,8 @@ public class Helper {
static final int AUTH_TYPE_PASSWORD = 1;
static final int AUTH_TYPE_GMAIL = 2;
static final float LOW_LIGHT = 0.6f;
static ThreadFactory backgroundThreadFactory = new ThreadFactory() {
@Override
public Thread newThread(@NonNull Runnable runnable) {