File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
mobile-configuration/src/main/config/properties/org/silverpeas/mobile
mobile-war/src/main/java/org/silverpeas/mobile/client/common/app Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -160,4 +160,4 @@ maintain.session=true
160
160
speaking =true
161
161
162
162
# add specific javascript
163
- js.ClassifiedPage =/weblib/test.js
163
+ # js.ClassifiedPage=/weblib/test.js
Original file line number Diff line number Diff line change 34
34
import org .silverpeas .mobile .client .common .event .ErrorEvent ;
35
35
import org .silverpeas .mobile .client .common .navigation .PageHistory ;
36
36
import org .silverpeas .mobile .client .common .network .MethodCallbackOnlineOnly ;
37
+ import org .silverpeas .mobile .client .common .storage .LocalStorageHelper ;
37
38
import org .silverpeas .mobile .client .components .base .PageContent ;
38
39
import org .silverpeas .mobile .client .components .base .events .apps .AbstractAppEvent ;
39
40
import org .silverpeas .mobile .client .components .base .events .apps .AppEvent ;
@@ -109,6 +110,7 @@ public ApplicationInstanceDTO getApplicationInstance() {
109
110
110
111
protected void setApplicationInstance (ApplicationInstanceDTO instance ) {
111
112
this .instance = instance ;
113
+ LocalStorageHelper .getInstance ().store ("currentAppInstance" , instance .getId ());
112
114
}
113
115
114
116
@ Override
You can’t perform that action at this time.
0 commit comments