Kaydet (Commit) 1dcb91f2 authored tarafından Christian Lohmaier's avatar Christian Lohmaier Kaydeden (comit) Tomaž Vajngerl

android: underline and strikethrough commands were swapped

Change-Id: Id7157ea5fadd684dceec52f69ec9279c4107b5f1
(cherry picked from commit 9feffdbe)
üst 6ae0e7cd
......@@ -85,10 +85,10 @@ public class FormattingController implements View.OnClickListener {
buttonId = R.id.button_italic;
break;
case Document.UNDERLINE:
buttonId = R.id.button_strikethrough;
buttonId = R.id.button_underlined;
break;
case Document.STRIKEOUT:
buttonId = R.id.button_underlined;
buttonId = R.id.button_strikethrough;
break;
case Document.ALIGN_LEFT:
buttonId = R.id.button_align_left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment