v0.6.2: fixed aspect ratio bug specific to galaxy s8 phones

This commit is contained in:
Evan Debenham 2017-09-01 22:12:30 -04:00
parent 7054594f7d
commit ae154b8deb

View File

@ -37,6 +37,9 @@
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />
</intent-filter> </intent-filter>
</activity> </activity>
<!-- Workaround for a bug on Galaxy S8: max aspect must be specified or it defaults to 1.86-->
<meta-data android:name="android.max_aspect" android:value="10.0" />
</application> </application>
</manifest> </manifest>