mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This reverts commit 98485b3f82fec45a6a0ac932c3c20285a9a14e02. Reverted in https://github.com/flutter/engine/pull/51056 because it caused failures in the framework. No changes, but framework test has been updated to use an actual robolectric implementation to avoid those failures. This should not land until https://github.com/flutter/flutter/pull/144348 has landed in the framework. @gaaclarke @johnmccutchan fyi
38 lines
1.7 KiB
XML
38 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.1.0 [10406996] " type="baseline" client="" dependencies="true" name="" variant="all" version="8.1.0 [10406996] ">
|
|
|
|
<issue
|
|
id="HardcodedDebugMode"
|
|
message="Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one"
|
|
errorLine1=" <application android:label="Flutter Shell" android:name="FlutterApplication" android:debuggable="true">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="../../../flutter/shell/platform/android/AndroidManifest.xml"
|
|
line="13"
|
|
column="82"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ClickableViewAccessibility"
|
|
message="Custom view `FlutterView` overrides `onTouchEvent` but not `performClick`"
|
|
errorLine1=" public boolean onTouchEvent(MotionEvent event) {"
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
<location
|
|
file="../../../flutter/shell/platform/android/io/flutter/view/FlutterView.java"
|
|
line="445"
|
|
column="18"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ClickableViewAccessibility"
|
|
message="Custom view `FlutterView` overrides `onTouchEvent` but not `performClick`"
|
|
errorLine1=" public boolean onTouchEvent(@NonNull MotionEvent event) {"
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
<location
|
|
file="../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterView.java"
|
|
line="928"
|
|
column="18"/>
|
|
</issue>
|
|
|
|
</issues>
|