fix(TikTok - Feed filter): Hide ads in following feed (#4844)
This commit is contained in:
parent
0d54f8bd80
commit
b2453fecfc
5 changed files with 71 additions and 19 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package com.ss.android.ugc.aweme.follow.presenter;
|
||||
|
||||
import com.ss.android.ugc.aweme.feed.model.Aweme;
|
||||
|
||||
//Dummy class
|
||||
public class FollowFeed {
|
||||
public Aweme aweme;
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
package com.ss.android.ugc.aweme.follow.presenter;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
//Dummy class
|
||||
public class FollowFeedList {
|
||||
public List<FollowFeed> mItems;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue