Add group story removal dialog.

This commit is contained in:
Alex Hart
2022-10-06 10:34:39 -03:00
committed by Greyson Parrelli
parent cc5aab6be3
commit 35f1baf965
6 changed files with 38 additions and 3 deletions

View File

@@ -127,4 +127,4 @@ class StoryContextMenuTest {
val targetIntent: Intent = chooserIntent.getParcelableExtra(Intent.EXTRA_INTENT)!!
assertEquals(expected, targetIntent.getStringExtra(Intent.EXTRA_TEXT))
}
}
}