|
1 | | -package org.schabi.newpipe.util; |
| 1 | +package org.schabi.newpipe.info_list.dialog; |
2 | 2 |
|
3 | | -import static org.schabi.newpipe.util.StreamDialogEntry.fetchItemInfoIfSparse; |
4 | | -import static org.schabi.newpipe.util.StreamDialogEntry.openChannelFragment; |
| 3 | +import static org.schabi.newpipe.info_list.dialog.StreamDialogEntry.fetchItemInfoIfSparse; |
| 4 | +import static org.schabi.newpipe.info_list.dialog.StreamDialogEntry.openChannelFragment; |
5 | 5 |
|
6 | 6 | import android.net.Uri; |
7 | 7 |
|
|
13 | 13 | import org.schabi.newpipe.local.dialog.PlaylistAppendDialog; |
14 | 14 | import org.schabi.newpipe.local.dialog.PlaylistDialog; |
15 | 15 | import org.schabi.newpipe.local.history.HistoryRecordManager; |
| 16 | +import org.schabi.newpipe.util.NavigationHelper; |
| 17 | +import org.schabi.newpipe.util.SaveUploaderUrlHelper; |
16 | 18 | import org.schabi.newpipe.util.external_communication.KoreUtils; |
17 | 19 | import org.schabi.newpipe.util.external_communication.ShareUtils; |
18 | 20 |
|
|
23 | 25 | /** |
24 | 26 | * <p> |
25 | 27 | * This enum provides entries that are accepted |
26 | | - * by the {@link org.schabi.newpipe.info_list.InfoItemDialog.Builder}. |
| 28 | + * by the {@link InfoItemDialog.Builder}. |
27 | 29 | * </p> |
28 | 30 | * <p> |
29 | 31 | * These entries contain a String {@link #resource} which is displayed in the dialog and |
30 | 32 | * a default {@link #action} that is executed |
31 | 33 | * when the entry is selected (via <code>onClick()</code>). |
32 | 34 | * <br/> |
33 | 35 | * They action can be overridden by using the Builder's |
34 | | - * {@link org.schabi.newpipe.info_list.InfoItemDialog.Builder#setAction( |
| 36 | + * {@link InfoItemDialog.Builder#setAction( |
35 | 37 | * StreamDialogDefaultEntry, StreamDialogEntry.StreamDialogEntryAction)} |
36 | 38 | * method. |
37 | 39 | * </p> |
|
0 commit comments