mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 18:26:57 +00:00
Do not invoke reveal animation when editing a group.
This commit is contained in:
@@ -291,7 +291,7 @@ public class EditProfileFragment extends LoggingFragment {
|
||||
private void handleUpload() {
|
||||
viewModel.getUploadResult().observe(getViewLifecycleOwner(), uploadResult -> {
|
||||
if (uploadResult == EditProfileRepository.UploadResult.SUCCESS) {
|
||||
if (Build.VERSION.SDK_INT >= 21) {
|
||||
if (Build.VERSION.SDK_INT >= 21 && !viewModel.isGroup()) {
|
||||
handleFinishedLollipop();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user