Skip to content

Commit f2f7589

Browse files
finish room and kotlin migration
SettingsActivity.java cannot be converted right now because AS crashes silently Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 743cd3f commit f2f7589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/kotlin/com/fox2code/mmm/settings/SettingsActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public static int getDevicePerformanceClass() {
152152
points += 1;
153153
}
154154
Timber.d("Device performance class: %d", points);
155-
if (points <= 9) {
155+
if (points <= 7) {
156156
return PERFORMANCE_CLASS_LOW;
157157
} else if (points <= 12) {
158158
return PERFORMANCE_CLASS_AVERAGE;

0 commit comments

Comments
 (0)