Merge pull request #684 from ismailnurudeen/fix/editor_text_color

Prevented multiple setting of editor text color.
This commit is contained in:
Tibor Kaputa 2023-02-07 14:03:44 +01:00 committed by GitHub
commit 312b807577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class ReadTextActivity : SimpleActivity() {
searchPrevBtn = findViewById(R.id.search_previous)
searchNextBtn = findViewById(R.id.search_next)
searchClearBtn = findViewById(R.id.search_clear)
read_text_view.setTextColor(config.textColor)
if (checkAppSideloading()) {
return