mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Simplification
This commit is contained in:
parent
2534e6e12f
commit
8d7467d887
1 changed files with 1 additions and 3 deletions
|
@ -995,9 +995,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
}
|
||||
|
||||
String action = intent.getAction();
|
||||
Log.i("View intent=" + intent +
|
||||
" action=" + action +
|
||||
" extras=" + TextUtils.join(", ", Log.getExtras(intent.getExtras())));
|
||||
Log.i("View intent=" + intent + " " + TextUtils.join(", ", Log.getExtras(intent.getExtras())));
|
||||
if (action != null) {
|
||||
intent.setAction(null);
|
||||
setIntent(intent);
|
||||
|
|
Loading…
Reference in a new issue