mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-05 23:46:04 +00:00
Set small icon by default on phones
This commit is contained in:
@@ -64,7 +64,7 @@ public class PreferenceConfiguration {
|
||||
}
|
||||
}
|
||||
|
||||
private static boolean getDefaultSmallMode(Context context) {
|
||||
public static boolean getDefaultSmallMode(Context context) {
|
||||
// Use small mode on anything smaller than a 7" tablet
|
||||
return context.getResources().getConfiguration().smallestScreenWidthDp < 600;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user