Skip to content

Commit

Permalink
Fix commons-app#5182 Switch From Mapbox to MapLibre - Resolved reques…
Browse files Browse the repository at this point in the history
…tFeature() issue
  • Loading branch information
kartikaykaushik14 committed Mar 29, 2023
1 parent 00fcbf6 commit d440ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ public class LocationPickerActivity extends BaseActivity implements OnMapReadyCa

@Override
protected void onCreate(@Nullable final Bundle savedInstanceState) {
getWindow().requestFeature(Window.FEATURE_ACTION_BAR);
super.onCreate(savedInstanceState);

getWindow().requestFeature(Window.FEATURE_ACTION_BAR);
final ActionBar actionBar = getSupportActionBar();
if (actionBar != null) {
actionBar.hide();
Expand Down

0 comments on commit d440ef6

Please sign in to comment.