Reduce flicker of status bar during deserialize (#4467)

The progress bar should not be turned off after `deserialize_object` (but only at end of `deserialize`).

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2021-02-01 03:36:00 -05:00 committed by GitHub
parent 0e6a4ab764
commit f570a6a0a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -840,8 +840,6 @@ CLASS zcl_abapgit_objects IMPLEMENTATION.
zcl_abapgit_objects_activation=>activate( abap_false ).
ENDCASE.
li_progress->off( ).
* Call postprocessing
li_exit = zcl_abapgit_exit=>get_instance( ).