Skip to content

Commit

Permalink
Again trying to remove Google Play accessibility alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardodoria committed Jun 19, 2023
1 parent e14da50 commit 2f494bf
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ protected void onCreate(Bundle savedInstanceState) {

// for accessibility alerts in Google Play Console
glSurfaceView.setContentDescription("opengl view");
final int childCount = ((ViewGroup) this.findViewById(android.R.id.content)).getChildCount();
for (int i = 0; i < childCount; i++) {
View v = ((ViewGroup) this.findViewById(android.R.id.content)).getChildAt(i);
v.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS);
}

edittext.setOnEditorActionListener(new TextView.OnEditorActionListener() {
@Override
Expand Down

0 comments on commit 2f494bf

Please sign in to comment.