File tree Expand file tree Collapse file tree
app/src/main/java/org/schabi/newpipe/download Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616import android .provider .Settings ;
1717import android .util .Log ;
1818import android .view .LayoutInflater ;
19+ import android .view .MenuItem ;
1920import android .view .View ;
2021import android .view .ViewGroup ;
2122import android .widget .AdapterView ;
3132import androidx .annotation .Nullable ;
3233import androidx .annotation .StringRes ;
3334import androidx .appcompat .app .AlertDialog ;
34- import androidx .appcompat .view .menu .ActionMenuItemView ;
3535import androidx .appcompat .widget .Toolbar ;
3636import androidx .collection .SparseArrayCompat ;
3737import androidx .documentfile .provider .DocumentFile ;
@@ -113,7 +113,7 @@ public class DownloadDialog extends DialogFragment
113113 private StoredDirectoryHelper mainStorageAudio = null ;
114114 private StoredDirectoryHelper mainStorageVideo = null ;
115115 private DownloadManager downloadManager = null ;
116- private ActionMenuItemView okButton = null ;
116+ private MenuItem okButton = null ;
117117 private Context context = null ;
118118 private boolean askForSavePath ;
119119
You can’t perform that action at this time.
0 commit comments