| | |
| | | import android.widget.ImageView; |
| | | |
| | | import androidx.annotation.Nullable; |
| | | |
| | | import com.doumee.keyCabinet.bean.DevConfigBean; |
| | | import com.doumee.keyCabinet.bean.LoginBean; |
| | | import com.doumee.keyCabinet.utils.CrashHandler; |
| | |
| | | } |
| | | |
| | | private static CountTimerCallBack timerCallBack; |
| | | public static void initCountTimer(boolean isToGuild,CountTimerCallBack callBack){ |
| | | public static void initCountTimer(long time,CountTimerCallBack callBack){ |
| | | if(countTimer!=null){ |
| | | countTimer.cancel(); |
| | | } |
| | |
| | | return; |
| | | } |
| | | timerCallBack = callBack; |
| | | countTimer = new CountDownTimer(60*1000, 1*1000) { |
| | | countTimer = new CountDownTimer(time, 1*1000) { |
| | | @Override |
| | | public void onTick(long millisUntilFinished) { |
| | | //Timber.tag("CountTimer==>").d(millisUntilFinished+""); |