mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-12 10:15:18 +00:00
@@ -428,7 +428,7 @@ public class Util {
|
|||||||
ActivityManager activityManager = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);
|
ActivityManager activityManager = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);
|
||||||
|
|
||||||
return (VERSION.SDK_INT >= VERSION_CODES.KITKAT && activityManager.isLowRamDevice()) ||
|
return (VERSION.SDK_INT >= VERSION_CODES.KITKAT && activityManager.isLowRamDevice()) ||
|
||||||
activityManager.getMemoryClass() <= 64;
|
activityManager.getLargeMemoryClass() <= 64;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int clamp(int value, int min, int max) {
|
public static int clamp(int value, int min, int max) {
|
||||||
|
|||||||
Reference in New Issue
Block a user