You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
/Users/egarciad/p/engine/src/flutter/testing/scenario_app/android/app/src/main/java/dev/flutter/scenarios/TextPlatformView.java:32: Error: Access to private field textView of class TextPlatformView requires synthetic accessor [SyntheticAccessor]
2
+
textView.invalidate();
3
+
~~~~~~~~
4
+
5
+
Explanation for issues of type "SyntheticAccessor":
6
+
A private inner class which is accessed from the outer class will force the
7
+
compiler to insert a synthetic accessor; this means that you are causing
8
+
extra overhead. This is not important in small projects, but is important
9
+
for large apps running up against the 64K method handle limit, and
10
+
especially for libraries where you want to make sure your library is as
11
+
small as possible for the cases where your library is used in an app
0 commit comments