Resize handler

This commit is contained in:
Shinovon 2026-05-07 20:26:36 +05:00
parent 1247cd5013
commit 11a958b643

View file

@ -786,6 +786,14 @@ public:
break; break;
} }
} }
void HandleResourceChange(TInt aType) {
switch (aType) {
case KEikDynamicLayoutVariantSwitch:
SetExtentToWholeScreen();
break;
}
}
}; };
class RE3AppUi : public CAknAppUi { class RE3AppUi : public CAknAppUi {