mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-26 06:42:15 +03:00
updated a bit
This commit is contained in:
parent
f4140e9cda
commit
eebdd8f8c3
@ -88,6 +88,7 @@ class CommentsView extends Component {
|
||||
avatarSize={avatarSize || 16}
|
||||
author={item.author}
|
||||
permlink={item.permlink}
|
||||
commentCount={item.children}
|
||||
/>
|
||||
)}
|
||||
</View>
|
||||
|
@ -35,7 +35,6 @@ class PostButtonsForAndroid extends Component {
|
||||
}
|
||||
|
||||
componentWillReceiveProps(nextProps) {
|
||||
console.log('nextProps :', nextProps);
|
||||
// For closing sub buttons
|
||||
const { routes, isCollapsePostButtonOpen } = this.props;
|
||||
const nextRouteName = nextProps.routes[0].routes[nextProps.routes[0].routes.length - 1].routeName;
|
||||
|
@ -7,7 +7,6 @@ const readFromClipboard = async () => {
|
||||
|
||||
const writeToClipboard = async (text) => {
|
||||
await Clipboard.setString(text);
|
||||
console.log(text);
|
||||
};
|
||||
|
||||
export { writeToClipboard, readFromClipboard };
|
||||
|
Loading…
Reference in New Issue
Block a user