Skip to content

Commit 7c8fd15

Browse files
ChrisCraikAndroid (Google) Code Review
authored andcommitted
Merge "remove toast from animation benchmark"
2 parents 72a9d3f + dc419d7 commit 7c8fd15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import android.webkit.WebSettingsClassic;
2424
import android.webkit.WebView;
2525
import android.webkit.WebViewClassic;
26-
import android.widget.Toast;
2726

2827
import java.util.ArrayList;
2928

@@ -72,10 +71,7 @@ private class JavaScriptInterface {
7271
mContext = c;
7372
}
7473

75-
/** Show a toast from the web page */
7674
public void animationComplete() {
77-
Toast.makeText(mContext, "Animation complete!", Toast.LENGTH_SHORT).show();
78-
//Log.d(LOGTAG, "anim complete");
7975
mAnimationTime = System.currentTimeMillis();
8076
}
8177
}

0 commit comments

Comments
 (0)