fix bug of SP and frontLive time

This commit is contained in:
zhongchao
2021-04-09 16:02:36 +08:00
parent 8b657c2bc7
commit b6603b7b5b
7 changed files with 92 additions and 91 deletions

View File

@@ -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;