Loading core/java/android/app/ListActivity.java +37 −29 Original line number Diff line number Diff line Loading @@ -221,6 +221,15 @@ public class ListActivity extends Activity { super.onRestoreInstanceState(state); } /** * @see Activity#onDestroy() */ @Override protected void onDestroy() { mHandler.removeCallbacks(mRequestFocus); super.onDestroy(); } /** * Updates the screen state (current list and other views) when the * content changes. Loading Loading @@ -313,4 +322,3 @@ public class ListActivity extends Activity { } }; } Loading
core/java/android/app/ListActivity.java +37 −29 Original line number Diff line number Diff line Loading @@ -221,6 +221,15 @@ public class ListActivity extends Activity { super.onRestoreInstanceState(state); } /** * @see Activity#onDestroy() */ @Override protected void onDestroy() { mHandler.removeCallbacks(mRequestFocus); super.onDestroy(); } /** * Updates the screen state (current list and other views) when the * content changes. Loading Loading @@ -313,4 +322,3 @@ public class ListActivity extends Activity { } }; }