Fixed Crash when click Share or Copy in writtenMorse
This commit is contained in:
parent
756605b481
commit
a2f6dbd490
2 changed files with 2 additions and 1784 deletions
1782
.idea/workspace.xml
1782
.idea/workspace.xml
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
|
|
Reference in a new issue