mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Increase size at which Android app switches to Landscape mode
This commit is contained in:
@@ -91,7 +91,7 @@ public class Main extends AndroidApplication {
|
|||||||
private AndroidAdapter(Context context) {
|
private AndroidAdapter(Context context) {
|
||||||
isTablet = (context.getResources().getConfiguration().screenLayout
|
isTablet = (context.getResources().getConfiguration().screenLayout
|
||||||
& Configuration.SCREENLAYOUT_SIZE_MASK)
|
& Configuration.SCREENLAYOUT_SIZE_MASK)
|
||||||
>= Configuration.SCREENLAYOUT_SIZE_LARGE;
|
>= Configuration.SCREENLAYOUT_SIZE_XLARGE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user