File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,7 @@ import android.widget.ImageView
1717import android.widget.TextView
1818import com.simplemobiletools.commons.dialogs.ConfirmationAdvancedDialog
1919import com.simplemobiletools.commons.extensions.*
20- import com.simplemobiletools.commons.helpers.PERMISSION_WRITE_STORAGE
21- import com.simplemobiletools.commons.helpers.REAL_FILE_PATH
22- import com.simplemobiletools.commons.helpers.SAVE_DISCARD_PROMPT_INTERVAL
23- import com.simplemobiletools.commons.helpers.ensureBackgroundThread
20+ import com.simplemobiletools.commons.helpers.*
2421import com.simplemobiletools.commons.views.MyEditText
2522import com.simplemobiletools.filemanager.pro.R
2623import com.simplemobiletools.filemanager.pro.dialogs.SaveAsDialog
@@ -73,7 +70,7 @@ class ReadTextActivity : SimpleActivity() {
7370
7471 val filename = getFilenameFromUri(uri)
7572 if (filename.isNotEmpty()) {
76- title = filename
73+ title = Uri .decode( filename)
7774 }
7875
7976 read_text_view.onGlobalLayout {
You can’t perform that action at this time.
0 commit comments