Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Donskoy <donskdmitry@mail.ru>2018-08-08 15:39:00 +0300
committerAleksey Belousov <beloal@users.noreply.github.com>2018-08-10 20:16:14 +0300
commitb90c95a026fdb9257f1008774ac66a489c0d87be (patch)
tree6460858215930dbf07206ec9efaeca7548e601ba /android/src/com/mapswithme
parente343a612a733b2ddd2b24163bfdef6ac3927eb84 (diff)
[android] Revert discount value for hotel price
Diffstat (limited to 'android/src/com/mapswithme')
-rw-r--r--android/src/com/mapswithme/maps/widget/placepage/HotelPriceInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/widget/placepage/HotelPriceInfo.java b/android/src/com/mapswithme/maps/widget/placepage/HotelPriceInfo.java
index b87104473a..1360a2d315 100644
--- a/android/src/com/mapswithme/maps/widget/placepage/HotelPriceInfo.java
+++ b/android/src/com/mapswithme/maps/widget/placepage/HotelPriceInfo.java
@@ -43,7 +43,7 @@ public class HotelPriceInfo
public int getDiscount()
{
- return 20;
+ return mDiscount;
}
public boolean hasSmartDeal()