提交 651eee0b 编写于 作者: 董重

减少冗余的updateViewLayout调用

上级 858764c4
......@@ -99,7 +99,6 @@ public class FloatingImageDisplayService extends Service {
if (displayView != null) {
((ImageView) displayView.findViewById(R.id.image_display_imageview)).setImageResource(images[imageIndex]);
}
windowManager.updateViewLayout(displayView, layoutParams);
changeImageHandler.sendEmptyMessageDelayed(0, 2000);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册