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

Commit

Permalink
Bug 1125409 - [Dialer] Double Tapping the Add Contact button will bri…
Browse files Browse the repository at this point in the history
…ng up the context menu twice.
  • Loading branch information
mancas authored and rvandermeulen committed Mar 5, 2015
1 parent 0cd14e8 commit 368fa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/communications/dialer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h1 data-l10n-id="callLog"></h1>
</div>
</section>
<section id="keypad-callbar">
<button id="keypad-callbar-add-contact" data-value="add-contact" class="reset-button keypad-callbar-button icon-add-contact" data-l10n-id="dialerAddContact" disabled></button>
<button id="keypad-callbar-add-contact" data-value="add-contact" class="reset-button keypad-callbar-button icon-add-contact disable-when-dialog-animates" data-l10n-id="dialerAddContact" disabled></button>
<button id="keypad-callbar-call-action" class="reset-button" data-value="make-call" data-l10n-id="makeCall">
<div class="js-sim-indication"></div>
</button>
Expand Down

0 comments on commit 368fa65

Please sign in to comment.