mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
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:
parent
0e6a4ab764
commit
f570a6a0a9
|
@ -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( ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user