Search code examples
mapboxmapbox-android

How to Hide Report Problem AlertTextView?


I want to Hide Report Problem alertText. I already hide alert icon

navigationView.findViewById(R.id.feedbackFab).setVisibility(View.GONE);

Screen Shot


Solution

  • Hide AlertView

    navigationView.retrieveAlertView().updateEnabled(false);