| | |
| | | package com.okgoincar.slab |
| | | |
| | | import android.content.Context |
| | | import android.content.Intent |
| | | import android.content.IntentFilter |
| | | import android.os.Bundle |
| | |
| | | import com.okgoincar.base.MyApplication |
| | | import com.okgoincar.bean.* |
| | | import com.okgoincar.netUtls.Api |
| | | import com.okgoincar.netUtls.sendAudio |
| | | import com.okgoincar.slab.event.SlabMineEventActivity |
| | | import com.okgoincar.slab.util.DialogUtil |
| | | import com.okgoincar.utils.DateUtil |
| | |
| | | startActivity<SlabMineEventActivity>() |
| | | } |
| | | |
| | | tv_title_top.clickDelay { |
| | | } |
| | | |
| | | tv_car.clickDelay { |
| | | |
| | | // if (homeDataBean?.data?.work == 1) { |
| | | // callNet(true, Api.work2, getMapByAny()) { |
| | | // homeDataBean?.data?.work = 2 |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | private |
| | | var mBackAppTime: Long = 0 |
| | | |
| | |
| | | .show() |
| | | mBackAppTime = System.currentTimeMillis() |
| | | } else { |
| | | closeAll() |
| | | moveTaskToBack(true) |
| | | } |
| | | } |
| | | |