未验证 提交 9acdf183 编写于 作者: C Chris Bracken 提交者: GitHub

Make AccessibilityViewEmbedder final (#8429)

Since this class implements equals() and hashCode() it should either be
final or handle subclasses in equals(); given this is unlikely to be
subclassed, making it final is the simpler option.
上级 804d54dd
......@@ -37,7 +37,7 @@ import java.util.Map;
* for the virtual accessibility node IDs in the platform view's tree. Internally this class maintains a bidirectional
* mapping between `flutterId`s and the corresponding platform view and `originId`.
*/
class AccessibilityViewEmbedder {
final class AccessibilityViewEmbedder {
private static final String TAG = "AccessibilityBridge";
private final ReflectionAccessors reflectionAccessors;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册