diff --git a/src/skel/symbian/symbian.cpp b/src/skel/symbian/symbian.cpp index 7631727..61716d3 100644 --- a/src/skel/symbian/symbian.cpp +++ b/src/skel/symbian/symbian.cpp @@ -786,6 +786,14 @@ public: break; } } + + void HandleResourceChange(TInt aType) { + switch (aType) { + case KEikDynamicLayoutVariantSwitch: + SetExtentToWholeScreen(); + break; + } + } }; class RE3AppUi : public CAknAppUi {