mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-12 15:19:04 +00:00
Latest GitHub release
This commit is contained in:
parent
1acb546cb1
commit
0263b15247
1 changed files with 2 additions and 2 deletions
|
@ -913,7 +913,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
UpdateInfo info = new UpdateInfo();
|
||||
info.tag_name = jroot.getString("tag_name");
|
||||
info.html_url = jroot.getString("html_url");
|
||||
if (TextUtils.isEmpty(info.html_url))
|
||||
//if (TextUtils.isEmpty(info.html_url))
|
||||
info.html_url = BuildConfig.GITHUB_LATEST_URI;
|
||||
|
||||
// Check if new release
|
||||
|
|
Loading…
Add table
Reference in a new issue