mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01: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
@@ -1148,6 +1148,10 @@
|
||||
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
|
||||
android:exported="false"/>
|
||||
|
||||
<activity android:name=".groups.ui.incommon.GroupsInCommonActivity"
|
||||
android:exported="false"
|
||||
android:theme="@style/Signal.DayNight.NoActionBar" />
|
||||
|
||||
<service
|
||||
android:enabled="true"
|
||||
android:exported="false"
|
||||
|
||||
Reference in New Issue
Block a user