[6.4.6]
[fix] [生命周期问题]
This commit is contained in:
@@ -332,13 +332,16 @@ abstract class BaseTaxiTabFragment<V : IView, P : Presenter<V>> : MvpFragment<V,
|
||||
isStarting = false
|
||||
if (autopilotLoadingAnimator != null) {
|
||||
autopilotLoadingAnimator!!.end()
|
||||
module_och_autopilot_iv.clearAnimation()
|
||||
module_och_autopilot_iv?.clearAnimation()
|
||||
autopilotLoadingAnimator = null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private fun startAutopilotDone(success: Boolean) {
|
||||
if(module_och_autopilot_iv==null){
|
||||
return
|
||||
}
|
||||
if (autopilotLoadingAnimator != null) {
|
||||
autopilotLoadingAnimator!!.end()
|
||||
module_och_autopilot_iv.clearAnimation()
|
||||
|
||||
Reference in New Issue
Block a user