Displays correct switch price
This commit is contained in:
parent
d2cd669a90
commit
ad5929a774
|
|
@ -96,6 +96,7 @@ public class WorkerCardAdapter{
|
|||
worker.getNextSoPrice()>worker.getMinSwitchPrice()) {
|
||||
//Green
|
||||
nextSoPrice.setTextColor(Color.parseColor("#00FF00"));
|
||||
nextSoPrice.setText(String.format(Locale.ROOT, "%.8f", worker.getMinSwitchPrice()));
|
||||
}
|
||||
takeProfitPrice.setText(String.format(Locale.ROOT, "%.8f", worker.getTakeProfitPrice()));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue