try remove ambiguity dur to green as isLoaded color
This commit is contained in:
parent
f3a61c0fb5
commit
1c31888c05
1 changed files with 2 additions and 1 deletions
|
@ -934,7 +934,8 @@ public class LocalIndexesActivity extends OsmandExpandableListActivity {
|
|||
} else if (child.isCorrupted()) {
|
||||
viewName.setTextColor(corruptedColor);
|
||||
} else if (child.isLoaded()) {
|
||||
viewName.setTextColor(okColor);
|
||||
// user confused okColor here with "uptodate", so let's leave white (black in dark app theme as "isLoaded")
|
||||
//viewName.setTextColor(okColor);
|
||||
} else {
|
||||
viewName.setTextColor(defaultColor);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue