Skip to content

Commit 312b807

Browse files
authored
Merge pull request #684 from ismailnurudeen/fix/editor_text_color
Prevented multiple setting of editor text color.
2 parents 8c2b633 + 2b19a0a commit 312b807

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/ReadTextActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class ReadTextActivity : SimpleActivity() {
5757
searchPrevBtn = findViewById(R.id.search_previous)
5858
searchNextBtn = findViewById(R.id.search_next)
5959
searchClearBtn = findViewById(R.id.search_clear)
60-
read_text_view.setTextColor(config.textColor)
6160

6261
if (checkAppSideloading()) {
6362
return

0 commit comments

Comments
 (0)