Do not invoke reveal animation when editing a group.
This commit is contained in:
parent
51647a5017
commit
5f6b073cb6
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue