fixed inefficient double-conversion of parceled VideoInfoItems, from being cast from VideoInfoItem[] to Vector<>, to using ArrayList as an implementation of List
This commit is contained in:
parent
f13f9a066a
commit
cc7ce5cf93
5 changed files with 12 additions and 10 deletions
|
|
@ -24,6 +24,7 @@ import android.os.Parcelable;
|
|||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/**Info object for previews of unopened videos, eg search results, related videos*/
|
||||
public class VideoInfoItem implements Parcelable {
|
||||
public String id = "";
|
||||
public String title = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue