[android] Removed LonelyPlanet promo #104

Signed-off-by: Altynaika <altynaika.toktomuratovaa@gmail.com>
This commit is contained in:
Altynaika 2021-02-09 00:00:01 +06:00 committed by Roman Tsisyk
parent bcb9d030be
commit 99c113eb69
3 changed files with 1 additions and 494 deletions

File diff suppressed because one or more lines are too long

View file

@ -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">

View file

@ -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()))