罗明文
23 小时以前 442124baa483f8d1c4aaca7ff81e15dd3f122363
app/src/main/java/com/dollearn/student/ui/home/ListenStoryActivity.kt
@@ -17,7 +17,10 @@
import com.dollearn.student.network.entity.StoryBean
import com.dollearn.student.network.request
import com.dollearn.student.ui.TransparentStatusBarActivity
import com.dollearn.student.utils.Const
import com.dollearn.student.utils.event.EmptyEvent
import kotlinx.android.synthetic.main.activity_listen_stroy.*
import org.greenrobot.eventbus.EventBus
import org.jetbrains.anko.startActivity
class ListenStoryActivity:TransparentStatusBarActivity() {
@@ -150,5 +153,6 @@
        super.onDestroy()
        handler?.removeMessages(0)
        handler = null
        EventBus.getDefault().post(EmptyEvent(Const.EventCode.STOP_TIMER))
    }
}