am a029671b
: Merge "Work around improper ListView recycling in TrustAgentSettings" into mnc-dev
* commit 'a029671bfd2d915ce6d43fa31a896058454cfe24': Work around improper ListView recycling in TrustAgentSettings
This commit is contained in:
@@ -16,4 +16,9 @@
|
|||||||
|
|
||||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:key="trust_agents"
|
android:key="trust_agents"
|
||||||
android:title="@string/manage_trust_agents" />
|
android:title="@string/manage_trust_agents">
|
||||||
|
|
||||||
|
<!-- Needed so PreferenceGroupAdapter allows SwitchPreference to be
|
||||||
|
recycled. Removed in onResume -->
|
||||||
|
<SwitchPreference android:key="dummy_preference" />
|
||||||
|
</PreferenceScreen>
|
||||||
|
@@ -79,6 +79,7 @@ public class TrustAgentSettings extends SettingsPreferenceFragment implements
|
|||||||
|
|
||||||
public void onResume() {
|
public void onResume() {
|
||||||
super.onResume();
|
super.onResume();
|
||||||
|
removePreference("dummy_preference");
|
||||||
updateAgents();
|
updateAgents();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user