We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72a9d3f + dc419d7 commit 7c8fd15Copy full SHA for 7c8fd15
tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java
@@ -23,7 +23,6 @@
23
import android.webkit.WebSettingsClassic;
24
import android.webkit.WebView;
25
import android.webkit.WebViewClassic;
26
-import android.widget.Toast;
27
28
import java.util.ArrayList;
29
@@ -72,10 +71,7 @@ private class JavaScriptInterface {
72
71
mContext = c;
73
}
74
75
- /** Show a toast from the web page */
76
public void animationComplete() {
77
- Toast.makeText(mContext, "Animation complete!", Toast.LENGTH_SHORT).show();
78
- //Log.d(LOGTAG, "anim complete");
79
mAnimationTime = System.currentTimeMillis();
80
81
0 commit comments