mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Add groups in common screen.
Adds a new screen to show which groups the user has in common with another user.
This commit is contained in:
committed by
Michelle Tang
parent
bc2d4a0415
commit
9d3f4ffa08
@@ -12,6 +12,6 @@ import androidx.compose.ui.tooling.preview.Preview
|
||||
* Our very own preview that will generate light and dark previews for
|
||||
* composables
|
||||
*/
|
||||
@Preview(uiMode = Configuration.UI_MODE_NIGHT_NO)
|
||||
@Preview(uiMode = Configuration.UI_MODE_NIGHT_YES)
|
||||
@Preview(name = "Light Theme", uiMode = Configuration.UI_MODE_NIGHT_NO)
|
||||
@Preview(name = "Dark Theme", uiMode = Configuration.UI_MODE_NIGHT_YES)
|
||||
annotation class SignalPreview()
|
||||
|
||||
Reference in New Issue
Block a user