mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-02 11:15:35 +03:00
uncomment image height prop
This commit is contained in:
parent
465902a892
commit
7c3cb18934
@ -210,20 +210,6 @@ const postsListContainer = (
|
||||
|
||||
|
||||
|
||||
const _handleOnContentPress = (value) => {
|
||||
if (value) {
|
||||
// postsCacherPrimer.cachePost(value);
|
||||
navigation.navigate({
|
||||
name: ROUTES.SCREENS.POST,
|
||||
params: {
|
||||
content: value,
|
||||
author: value.author,
|
||||
permlink: value.permlink,
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
const _handleCardInteraction = (id: PostCardActionIds, payload: any, content: any) => {
|
||||
switch (id) {
|
||||
@ -274,7 +260,7 @@ const postsListContainer = (
|
||||
isHideImage={isHideImages}
|
||||
nsfw={nsfw}
|
||||
reblogs={reblogs}
|
||||
// imageHeight={imgHeight}
|
||||
imageHeight={imgHeight}
|
||||
setImageHeight={_setImageHeightInMap}
|
||||
handleCardInteraction={(id: PostCardActionIds, payload: any) => _handleCardInteraction(id, payload, item)}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user