Small improvements

This commit is contained in:
M66B
2019-02-07 12:44:14 +00:00
parent 2d386392de
commit 074629c071
2 changed files with 15 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ 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();