mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Fixed crash
This commit is contained in:
@@ -538,6 +538,9 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
|
||||
@Override
|
||||
protected void onLoaded(Bundle args, UpdateInfo info) {
|
||||
if (info == null)
|
||||
return;
|
||||
|
||||
final Intent update = new Intent(Intent.ACTION_VIEW, Uri.parse(info.html_url));
|
||||
if (update.resolveActivity(getPackageManager()) != null)
|
||||
new AlertDialog.Builder(ActivityView.this)
|
||||
|
||||
Reference in New Issue
Block a user