Search in sources :

Example 1 with CommentEnabledCheck

use of com.odysee.app.checkers.CommentEnabledCheck in project odysee-android by OdyseeTeam.

the class ChannelCommentsFragment method onCreate.

@Override
public void onCreate(@Nullable Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    commentEnabledCheck = new CommentEnabledCheck();
}
Also used : CommentEnabledCheck(com.odysee.app.checkers.CommentEnabledCheck)

Example 2 with CommentEnabledCheck

use of com.odysee.app.checkers.CommentEnabledCheck in project odysee-android by OdyseeTeam.

the class FileViewFragment method onCreate.

@Override
public void onCreate(@androidx.annotation.Nullable Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    commentEnabledCheck = new CommentEnabledCheck();
}
Also used : CommentEnabledCheck(com.odysee.app.checkers.CommentEnabledCheck) TrackSelectionOverride(com.google.android.exoplayer2.trackselection.TrackSelectionOverrides.TrackSelectionOverride)

Aggregations

CommentEnabledCheck (com.odysee.app.checkers.CommentEnabledCheck)2 TrackSelectionOverride (com.google.android.exoplayer2.trackselection.TrackSelectionOverrides.TrackSelectionOverride)1