|
|
@ -24,6 +24,7 @@ import gr.thmmy.mthmmy.activities.topic.TopicActivity; |
|
|
|
import gr.thmmy.mthmmy.model.Shout; |
|
|
|
import gr.thmmy.mthmmy.model.ThmmyPage; |
|
|
|
import gr.thmmy.mthmmy.views.CustomRecyclerView; |
|
|
|
import gr.thmmy.mthmmy.views.ReactiveWebView; |
|
|
|
|
|
|
|
import static android.content.Intent.FLAG_ACTIVITY_NEW_TASK; |
|
|
|
import static gr.thmmy.mthmmy.activities.board.BoardActivity.BUNDLE_BOARD_TITLE; |
|
|
@ -85,7 +86,7 @@ public class ShoutAdapter extends CustomRecyclerView.Adapter<ShoutAdapter.ShoutV |
|
|
|
static class ShoutViewHolder extends CustomRecyclerView.ViewHolder { |
|
|
|
|
|
|
|
TextView author, dateTime; |
|
|
|
WebView shoutContent; |
|
|
|
ReactiveWebView shoutContent; |
|
|
|
|
|
|
|
ShoutViewHolder(@NonNull View itemView) { |
|
|
|
super(itemView); |
|
|
|