Fixed Crash when click Share or Copy in writtenMorse

This commit is contained in:
mmk2410 2015-02-17 22:52:46 +01:00
parent 756605b481
commit a2f6dbd490
2 changed files with 2 additions and 1784 deletions

File diff suppressed because it is too large Load Diff

View File

@ -169,7 +169,7 @@
<LinearLayout
style="@style/LinearLayoutButton"
android:layout_marginRight="8dp"
android:onClick="copyNormalMorse" >
android:onClick="copyWrittenMorse" >
<TextView
style="@style/LinearLayoutButtonText"
@ -179,7 +179,7 @@
<LinearLayout
style="@style/LinearLayoutButton"
android:onClick="shareNormalMorse" >
android:onClick="shareWrittenMorse" >
<TextView
style="@style/LinearLayoutButtonText"