RecordingsAdapter(Context context, MenuInflater menuInflater,
                      List<Recording> recordings, RecordingItemListener listener) {
        this.context = context;
        this.menuInflater = menuInflater;
        this.recordings = checkNotNull(recordings);