fix bug of SP and frontLive time
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package com.mogo.utils;
|
||||
|
||||
/**
|
||||
/*
|
||||
* 2016/1/1 by congtaowang
|
||||
*
|
||||
* @Version 1.0
|
||||
@@ -28,7 +28,7 @@ public final class TipToast {
|
||||
private static final String TAG = "TipToast";
|
||||
|
||||
private static Toast sToast = null;
|
||||
private static final Object sSyncObject = new Object();
|
||||
private static final byte[] sSyncObject = new byte[0];
|
||||
private static Handler sHandler = null;
|
||||
private static Context sContext;
|
||||
private static ToastViewGenerator sGenerator;
|
||||
|
||||
Reference in New Issue
Block a user