mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-01 02:31:36 -05:00
Incompatible apks are always in memory, no need to reload
This commit is contained in:
@@ -130,10 +130,6 @@ public class PreferencesActivity extends PreferenceActivity implements
|
||||
} else if (key.equals(Preferences.PREF_INCOMP_VER)) {
|
||||
onoffSummary(key, R.string.show_incompat_versions_on,
|
||||
R.string.show_incompat_versions_off);
|
||||
if (changing) {
|
||||
result ^= RESULT_RELOAD;
|
||||
setResult(result);
|
||||
}
|
||||
|
||||
} else if (key.equals(Preferences.PREF_ROOTED)) {
|
||||
onoffSummary(key, R.string.rooted_on,
|
||||
|
||||
Reference in New Issue
Block a user