Toast忘了删

This commit is contained in:
sonichy 2024-05-24 15:56:56 +08:00
parent 73d01233d4
commit a1ed816e1c
2 changed files with 0 additions and 1 deletions

BIN
app.apk

Binary file not shown.

View File

@ -412,7 +412,6 @@ public class MainActivity extends Activity {
WebView w = (WebView) v;
HitTestResult result = w.getHitTestResult();
HTRE = result.getExtra();
Toast.makeText(getApplicationContext(), result.toString(), Toast.LENGTH_SHORT).show();
menu.setHeaderTitle(HTRE);
if (result.getType() == HitTestResult.IMAGE_TYPE || result.getType() == HitTestResult.SRC_IMAGE_ANCHOR_TYPE) {
menu.setHeaderIcon(android.R.drawable.ic_menu_gallery);