mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Resize handler
This commit is contained in:
parent
1247cd5013
commit
11a958b643
1 changed files with 8 additions and 0 deletions
|
|
@ -786,6 +786,14 @@ public:
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void HandleResourceChange(TInt aType) {
|
||||
switch (aType) {
|
||||
case KEikDynamicLayoutVariantSwitch:
|
||||
SetExtentToWholeScreen();
|
||||
break;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
class RE3AppUi : public CAknAppUi {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue