[Taxi-d 280, Taxi-p 130] Taxi乘客屏和司机屏联调测试完成

This commit is contained in:
wangmingjun
2022-06-24 18:41:41 +08:00
parent f35fb9a15e
commit caa5dc7df6
11 changed files with 56 additions and 27 deletions

View File

@@ -394,7 +394,7 @@ public class FrameSurfaceView extends BaseSurfaceView {
public void run() {
decodedBitmapByReuse(bitmapIds.get(index), options);
index++;
if (index < bitmapIds.size()) {
if (index < bitmapIds.size() && null != handler) {
handler.post(this);
} else {
index = 0;