Merge pull request #684 from ismailnurudeen/fix/editor_text_color
Prevented multiple setting of editor text color.
This commit is contained in:
commit
312b807577
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue