fix slide transitions in iOS

This commit is contained in:
Hakim El Hattab 2014-04-28 09:44:54 +02:00
parent b42fae96e5
commit fa2413ec73
1 changed files with 1 additions and 1 deletions

View File

@ -2026,7 +2026,7 @@
// Limit view distance on weaker devices
if( isMobileDevice ) {
viewDistance = isOverview() ? 6 : 1;
viewDistance = isOverview() ? 6 : 2;
}
// Limit view distance on weaker devices