forked from organicmaps/organicmaps
[android] Removed LonelyPlanet promo #104
Signed-off-by: Altynaika <altynaika.toktomuratovaa@gmail.com>
This commit is contained in:
parent
bcb9d030be
commit
99c113eb69
3 changed files with 1 additions and 494 deletions
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,6 @@
|
|||
|
||||
<!-- What's new -->
|
||||
<integer-array name="news_images">
|
||||
<item>@drawable/ic_img_whatsnew_lp</item>
|
||||
</integer-array>
|
||||
|
||||
<string-array name="news_title_keys">
|
||||
|
|
|
@ -388,7 +388,7 @@ public class SplashActivity extends AppCompatActivity
|
|||
return;
|
||||
}
|
||||
|
||||
boolean showNews = NewsFragment.showOn(this, this);
|
||||
boolean showNews = false;
|
||||
if (!showNews)
|
||||
{
|
||||
if (ViralFragment.shouldDisplay(getApplicationContext()))
|
||||
|
|
Loading…
Add table
Reference in a new issue