Add shake-to-report for internal users.

This commit is contained in:
Greyson Parrelli
2021-01-04 18:39:48 -05:00
committed by Alan Evans
parent 7ef77bf16c
commit 61c5fc1057
8 changed files with 414 additions and 2 deletions

View File

@@ -41,8 +41,8 @@ public final class ShareIntents {
@Nullable StickerLocator extraSticker,
boolean isBorderless)
{
this.extraText = extraText;
this.extraMedia = extraMedia;
this.extraText = extraText;
this.extraMedia = extraMedia;
this.extraSticker = extraSticker;
this.isBorderless = isBorderless;
}