Loading packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java +0 −4 Original line number Diff line number Diff line Loading @@ -98,9 +98,6 @@ public class KeyguardSliceView extends LinearLayout implements View.OnClickListe protected void onAttachedToWindow() { super.onAttachedToWindow(); // Set initial content showSlice(Slice.bindSlice(getContext(), mKeyguardSliceUri)); // Make sure we always have the most current slice mLiveData.observeForever(this); } Loading Loading @@ -265,7 +262,6 @@ public class KeyguardSliceView extends LinearLayout implements View.OnClickListe if (wasObserving) { mLiveData.observeForever(this); showSlice(Slice.bindSlice(getContext(), mKeyguardSliceUri)); } } Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java +0 −4 Original line number Diff line number Diff line Loading @@ -98,9 +98,6 @@ public class KeyguardSliceView extends LinearLayout implements View.OnClickListe protected void onAttachedToWindow() { super.onAttachedToWindow(); // Set initial content showSlice(Slice.bindSlice(getContext(), mKeyguardSliceUri)); // Make sure we always have the most current slice mLiveData.observeForever(this); } Loading Loading @@ -265,7 +262,6 @@ public class KeyguardSliceView extends LinearLayout implements View.OnClickListe if (wasObserving) { mLiveData.observeForever(this); showSlice(Slice.bindSlice(getContext(), mKeyguardSliceUri)); } } Loading