Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Code style corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyZhukovsky committed May 18, 2016
1 parent 7df19f1 commit cae43ca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,7 @@ private void configureUrlBar(String urlAsString, final MainController controller
public void onClick(View view) {
if (CustomAutoCompleteTextView.MENU_APPEARS_TIME_ATER_DESTROY < System.currentTimeMillis() - metUrl.mCopyPasteDestroyedLastTime) {
metUrl.onCopyPasteDestroyed();
}
else {
} else {
metUrl.onCopyPasteCreated();
}
}
Expand Down

0 comments on commit cae43ca

Please sign in to comment.