Skip to content

Commit

Permalink
Issue fixed: first time the app run, the layers FAB did not appear if…
Browse files Browse the repository at this point in the history
… a region with support to bikeshare was selected
  • Loading branch information
carvalhorr committed Aug 20, 2017
1 parent 2a88d4d commit 92bc1be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1483,6 +1483,7 @@ private void setupLayersSpeedDial() {
private void adjustLayersSpeedDial() {

if (Application.isBikeshareEnabled()) {
mLayersFab.setVisibility(View.VISIBLE);

mLayersFab.setIcon(R.drawable.ic_layers_white_24dp);
// make the cover transparent as it is not covering the entire screen
Expand Down

0 comments on commit 92bc1be

Please sign in to comment.