mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-05 17:56:59 +00:00
2.9.1 Update
This commit is contained in:
parent
14f9f51739
commit
33a99e9596
6 changed files with 61 additions and 61 deletions
|
|
@ -255,6 +255,13 @@ public class MainSettingsManager extends AppCompatActivity
|
|||
super.onCreate(savedInstanceState);
|
||||
|
||||
mHandler = new Handler();
|
||||
|
||||
Preference prefIfType = findPreference("ifType");
|
||||
if (getArch(activity).equals("ARM64"))
|
||||
if (prefIfType != null) {
|
||||
prefIfType.setVisible(false);
|
||||
}
|
||||
|
||||
Preference pref = findPreference("vmArch");
|
||||
if (pref != null) {
|
||||
pref.setOnPreferenceChangeListener(new Preference.OnPreferenceChangeListener() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue