mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-03-01 04:25:41 +00:00
Fix link posts displayed as text posts in PostRecyclerViewAdapter.
This commit is contained in:
@ -384,6 +384,7 @@ public class PostRecyclerViewAdapter extends PagedListAdapter<Post, RecyclerView
|
||||
case SharedPreferencesUtils.POST_LAYOUT_COMPACT:
|
||||
return VIEW_TYPE_POST_COMPACT;
|
||||
}
|
||||
return VIEW_TYPE_POST_CARD_WITH_PREVIEW_TYPE;
|
||||
default:
|
||||
return VIEW_TYPE_POST_CARD_TEXT_TYPE;
|
||||
}
|
||||
@ -432,6 +433,7 @@ public class PostRecyclerViewAdapter extends PagedListAdapter<Post, RecyclerView
|
||||
case SharedPreferencesUtils.POST_LAYOUT_COMPACT:
|
||||
return VIEW_TYPE_POST_COMPACT;
|
||||
}
|
||||
return VIEW_TYPE_POST_CARD_2_WITH_PREVIEW_TYPE;
|
||||
default:
|
||||
return VIEW_TYPE_POST_CARD_2_TEXT_TYPE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user