mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-08-31 09:57:55 +00:00
downloads can now be viewed with one click fixed
This commit is contained in:
@@ -99,6 +99,7 @@ public class MissionAdapter extends RecyclerView.Adapter<MissionAdapter.ViewHold
|
||||
h.itemView.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
if(h.mission.finished) viewFile(h);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user