Update DownloadActions.class.php

This commit is contained in:
Thomas Zarebczan 2018-09-18 11:43:12 -04:00 committed by GitHub
parent dab600105a
commit 5a74c4ad10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ class DownloadActions extends Actions
if ($os === OS::OS_ANDROID)
{
$params['downloadUrl'] = static::ANDROID_STORE_URL;
// $params['osScreenshotSrc'] = 'https://spee.ch/@lbry:3f/newurl.png';
$params['osScreenshotSrc'] = 'https://spee.ch/95ccabb4e73552fada5ef517fc8366e265980cd1/lbry-android-beta.gif';
}
else
{