mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Log activity intent
This commit is contained in:
@@ -66,8 +66,6 @@ public class ActivityCompose extends ActivityBilling implements FragmentManager.
|
||||
Intent.ACTION_SENDTO.equals(action) ||
|
||||
Intent.ACTION_SEND.equals(action) ||
|
||||
Intent.ACTION_SEND_MULTIPLE.equals(action)) {
|
||||
Log.i(intent.toString());
|
||||
Log.logExtras(intent);
|
||||
|
||||
args = new Bundle();
|
||||
args.putString("action", "new");
|
||||
|
||||
Reference in New Issue
Block a user