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

Commit 3af21959 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove redundant code"

parents 63f837e6 31dd22cc
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);