We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fc294a + 499d64b commit 9b2f192Copy full SHA for 9b2f192
app/src/main/java/fr/free/nrw/commons/nearby/NearbyMapFragment.java
@@ -579,7 +579,9 @@ public void prepareViewsForSheetPosition(int bottomSheetState) {
579
transparentView.setAlpha(0);
580
closeFabs(isFabOpen);
581
hideFAB();
582
- this.getView().requestFocus();
+ if (this.getView() != null) {
583
+ this.getView().requestFocus();
584
+ }
585
break;
586
}
587
0 commit comments