[Taxi-d 280, Taxi-p 130] Taxi乘客屏和司机屏联调测试完成
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user