mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Refactoring
This commit is contained in:
@@ -396,7 +396,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
||||
super.startActivityForResult(intent, requestCode);
|
||||
} catch (ActivityNotFoundException ex) {
|
||||
Log.w(ex);
|
||||
if (Helper.isTnef(intent.getType()))
|
||||
if (Helper.isTnef(intent.getType(), null))
|
||||
Helper.viewFAQ(this, 155);
|
||||
else
|
||||
ToastEx.makeText(this, getString(R.string.title_no_viewer, intent), Toast.LENGTH_LONG).show();
|
||||
|
||||
Reference in New Issue
Block a user