We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e449f5 commit 1581147Copy full SHA for 1581147
src/z2ui5_cl_demo_app_142.clas.abap
@@ -29,7 +29,7 @@ ENDCLASS.
29
30
31
32
-CLASS z2ui5_cl_demo_app_142 IMPLEMENTATION.
+CLASS Z2UI5_CL_DEMO_APP_142 IMPLEMENTATION.
33
34
35
METHOD z2ui5_if_app~main.
@@ -45,7 +45,7 @@ CLASS z2ui5_cl_demo_app_142 IMPLEMENTATION.
45
46
ENDIF.
47
48
- IF client->get( )-check_on_navigated = abap_true.
+ IF client->get( )-check_on_navigated = abap_true AND check_initialized = abap_false.
49
z2ui5_on_rendering( client ).
50
51
0 commit comments