File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
java/com/maxistar/textpad/activities Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -725,8 +725,6 @@ protected void saveAs() {
725725 intent .putExtra (Intent .EXTRA_MIME_TYPES , mimeTypes );
726726 intent .putExtra (Intent .EXTRA_TITLE , TPStrings .NEW_FILE_TXT );
727727 intent .putExtra ("android.content.extra.SHOW_ADVANCED" , true );
728- startActivityForResult (intent , ACTION_OPTION_FILE );
729- intent .putExtra ("android.content.extra.SHOW_ADVANCED" , true );
730728 startActivityForResult (intent , ACTION_CREATE_FILE );
731729 } else {
732730 Intent intent = new Intent (this .getBaseContext (), FileDialog .class );
Original file line number Diff line number Diff line change 106106 <string name =" tts.unknown_command" >unknown command</string >
107107 <string name =" tts.repeat" >repeat</string >
108108 <string name =" tts.select_sentence" >select sentence</string >
109- <string name =" Dictate" >Dictate</string >
110109 <string name =" tts.sentence_selected" >sentence selected</string >
111110</resources >
You can’t perform that action at this time.
0 commit comments