Skip to content

Commit

Permalink
Merge pull request #58 from Arpit0492/patch-1
Browse files Browse the repository at this point in the history
Updated Readme.md
  • Loading branch information
mancj committed Dec 7, 2017
2 parents 9981d47 + 9c2fcb5 commit ab2f1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -88,7 +88,7 @@ slideUp = new SlideUpBuilder(slideView)
dim.setAlpha(1 - (percent / 100));
if (percent < 100) {
// slideUp started showing
fab.hide()
fab.hide();
}
}

Expand Down

0 comments on commit ab2f1df

Please sign in to comment.