mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-22 06:37:51 +01:00
Prevented multiple setting of editor text color.
This commit is contained in:
parent
8c2b633655
commit
2b19a0ac33
@ -57,7 +57,6 @@ class ReadTextActivity : SimpleActivity() {
|
|||||||
searchPrevBtn = findViewById(R.id.search_previous)
|
searchPrevBtn = findViewById(R.id.search_previous)
|
||||||
searchNextBtn = findViewById(R.id.search_next)
|
searchNextBtn = findViewById(R.id.search_next)
|
||||||
searchClearBtn = findViewById(R.id.search_clear)
|
searchClearBtn = findViewById(R.id.search_clear)
|
||||||
read_text_view.setTextColor(config.textColor)
|
|
||||||
|
|
||||||
if (checkAppSideloading()) {
|
if (checkAppSideloading()) {
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user