forked from organicmaps/organicmaps
[android] Revert discount value for hotel price
This commit is contained in:
parent
e343a612a7
commit
b90c95a026
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class HotelPriceInfo
|
|||
|
||||
public int getDiscount()
|
||||
{
|
||||
return 20;
|
||||
return mDiscount;
|
||||
}
|
||||
|
||||
public boolean hasSmartDeal()
|
||||
|
|
Loading…
Add table
Reference in a new issue