Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(744)

Unified Diff: remoting/android/java/src/org/chromium/chromoting/DesktopView.java

Issue 2101783002: [Chromoting] Feedback animation has stopped (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve review comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/android/java/src/org/chromium/chromoting/DesktopViewInterface.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/java/src/org/chromium/chromoting/DesktopView.java
diff --git a/remoting/android/java/src/org/chromium/chromoting/DesktopView.java b/remoting/android/java/src/org/chromium/chromoting/DesktopView.java
index e0ceeae98ab1ca6db89ff26539d2ec9ae0445bc0..aeed6692b9c1344a1e9f7f422ec13ef7db2babcd 100644
--- a/remoting/android/java/src/org/chromium/chromoting/DesktopView.java
+++ b/remoting/android/java/src/org/chromium/chromoting/DesktopView.java
@@ -202,7 +202,7 @@ public class DesktopView extends SurfaceView implements DesktopViewInterface,
getHolder().unlockCanvasAndPost(canvas);
synchronized (mAnimationLock) {
- if (mInputAnimationRunning) {
+ if (mInputAnimationRunning || !mOnPaint.isEmpty()) {
Yuwei 2016/06/29 02:26:25 lgtm as a simple fix of this problem. I think you
Hzj_jie 2016/06/29 18:12:36 Done.
getHandler().postAtTime(new Runnable() {
@Override
public void run() {
« no previous file with comments | « no previous file | remoting/android/java/src/org/chromium/chromoting/DesktopViewInterface.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698