Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a381f70

Browse files
committed
addressing comments
1 parent d601780 commit a381f70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shell/platform/android/io/flutter/view/AccessibilityBridge.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2800,7 +2800,6 @@ private CharSequence getHint() {
28002800

28012801
private CharSequence getValueLabelHint() {
28022802
CharSequence[] array = new CharSequence[] {getValue(), getLabel(), getHint()};
2803-
;
28042803
CharSequence result = null;
28052804
for (CharSequence word : array) {
28062805
if (word != null && word.length() > 0) {
@@ -2816,7 +2815,6 @@ private CharSequence getValueLabelHint() {
28162815

28172816
private CharSequence getTextFieldHint() {
28182817
CharSequence[] array = new CharSequence[] {getLabel(), getHint()};
2819-
;
28202818
CharSequence result = null;
28212819
for (CharSequence word : array) {
28222820
if (word != null && word.length() > 0) {

0 commit comments

Comments
 (0)