mirror of https://github.com/M66B/FairEmail.git
Refactoring
This commit is contained in:
parent
f67d5e2602
commit
3699593ca7
|
@ -985,6 +985,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
|
||||
private void checkIntent() {
|
||||
Intent intent = getIntent();
|
||||
Log.i("View intent=" + intent +
|
||||
" " + TextUtils.join(", ", Log.getExtras(intent.getExtras())));
|
||||
|
||||
// Refresh from widget
|
||||
if (intent.getBooleanExtra("refresh", false)) {
|
||||
|
@ -995,7 +997,6 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
}
|
||||
|
||||
String action = intent.getAction();
|
||||
Log.i("View intent=" + intent + " " + TextUtils.join(", ", Log.getExtras(intent.getExtras())));
|
||||
if (action != null) {
|
||||
intent.setAction(null);
|
||||
setIntent(intent);
|
||||
|
|
Loading…
Reference in New Issue