more work on decrypt fragment ux

This commit is contained in:
Vincent Breitmoser
2015-06-20 03:22:26 +02:00
parent b5501eeea6
commit 25beeaceb5
5 changed files with 138 additions and 114 deletions

View File

@@ -91,6 +91,7 @@ public class ShareHelper {
// Create chooser with only one Intent in it
Intent chooserIntent = Intent.createChooser(targetedShareIntents.remove(targetedShareIntents.size() - 1), title);
// append all other Intents
// TODO this line looks wrong?!
chooserIntent.putExtra(Intent.EXTRA_INITIAL_INTENTS, targetedShareIntents.toArray(new Parcelable[]{}));
return chooserIntent;
}