This commit is contained in:
Patric Karlström 2021-01-13 16:19:07 +01:00
parent 4ffc054bdd
commit e8f78baca0

View file

@ -623,6 +623,7 @@ public class ChannelFragment extends BaseFragment implements FetchChannelsListen
return commentsFragment;
}
// TODO: createFragment is defined as a @NonNull and should never be able to return null.
return null;
}