mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-20 15:30:11 +00:00
Fix dp constant
This commit is contained in:
@@ -66,7 +66,7 @@ public class PreferenceConfiguration {
|
|||||||
|
|
||||||
private static boolean getDefaultSmallMode(Context context) {
|
private static boolean getDefaultSmallMode(Context context) {
|
||||||
// Use small mode on anything smaller than a 7" tablet
|
// Use small mode on anything smaller than a 7" tablet
|
||||||
return context.getResources().getConfiguration().smallestScreenWidthDp < 720;
|
return context.getResources().getConfiguration().smallestScreenWidthDp < 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int getDefaultBitrate(Context context) {
|
public static int getDefaultBitrate(Context context) {
|
||||||
|
|||||||
Reference in New Issue
Block a user