Skip to content

Commit

Permalink
[android] deleted hotels booking advertisement on the start #46
Browse files Browse the repository at this point in the history
Signed-off-by: Altynaika <altynaika.toktomuratovaa@gmail.com>
  • Loading branch information
Alteyaa authored and rtsisyk committed Feb 10, 2021
1 parent ae4bc37 commit 6d151f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions android/src/com/mapswithme/maps/tips/Tutorial.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ public ClickInterceptor createClickInterceptor()
}
},

SEARCH(R.string.tips_book_hotel_title,
R.string.tips_book_hotel_message,
R.id.search, MainMenu.Item.SEARCH, MwmActivity.class)
{
SEARCH {
@NonNull
@Override
public ClickInterceptor createClickInterceptor()
Expand Down
2 changes: 1 addition & 1 deletion iphone/Maps/TipsAndTricks/SearchTutorialBlur.xib
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="tips_book_hotel_title"/>
<userDefinedRuntimeAttribute type="string" keyPath="localizedText" />
</userDefinedRuntimeAttributes>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sYr-oN-jn1">
Expand Down

0 comments on commit 6d151f1

Please sign in to comment.