订单完成 没有评价默认不关闭评价页面、等下个乘客到达上车地点后关闭评价页面打开验证页面
解决一些内存泄漏 api路径变更
This commit is contained in:
@@ -89,6 +89,9 @@ public class OverlayViewUtils {
|
||||
if (windowManager != null && overlayView != null) {
|
||||
windowManager.removeView(overlayView);
|
||||
}
|
||||
if(lastOverlayView!=null&&lastOverlayView==overlayView){
|
||||
lastOverlayView = null;
|
||||
}
|
||||
isShowing = false;
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user