finish room and kotlin migration

SettingsActivity.java cannot be converted right now because AS crashes silently

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/89/head
androidacy-user 2 years ago
parent 743cd3f46d
commit f2f7589c68

@ -152,7 +152,7 @@ public class SettingsActivity extends FoxActivity implements LanguageActivity {
points += 1;
}
Timber.d("Device performance class: %d", points);
if (points <= 9) {
if (points <= 7) {
return PERFORMANCE_CLASS_LOW;
} else if (points <= 12) {
return PERFORMANCE_CLASS_AVERAGE;

Loading…
Cancel
Save