Skip to content

Commit 2b19a0a

Browse files
Prevented multiple setting of editor text color.
1 parent 8c2b633 commit 2b19a0a

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)