[Merge] lp:~artmello/gallery-app/gallery-app-fix_toolbar_device into lp:gallery-app
Olivier Tilloy
olivier.tilloy at canonical.com
Wed Jun 25 14:59:15 UTC 2014
Review: Needs Fixing
I did some smoke testing on device, and fullscreen mode regressed there (the app is not actually launched fullscreen any longer). You probably need to do something like that:
if (m_cmdLineParser->isFullscreen() || !isDesktopMode()) {
setFullScreen(true);
m_view->showFullScreen();
} else {
m_view->show();
}
--
https://code.launchpad.net/~artmello/gallery-app/gallery-app-fix_toolbar_device/+merge/224013
Your team Ubuntu Phablet Team is subscribed to branch lp:gallery-app.
More information about the Ubuntu-reviews
mailing list