Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31dd22cc authored by Tsung-Mao Fang's avatar Tsung-Mao Fang
Browse files

Remove redundant code

Don't need to define onResume and onPause again.

Test: Rebuild
Change-Id: I470ced021d1ffab13659335b54db0b01b5766940
parent eb3eb1fd
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -67,16 +67,6 @@ public class AppPicker extends ListActivity {
        }
    }

    @Override
    protected void onResume() {
        super.onResume();
    }

    @Override
    protected void onStop() {
        super.onStop();
    }

    @Override
    protected void onListItemClick(ListView l, View v, int position, long id) {
        MyApplicationInfo app = mAdapter.getItem(position);