Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android minor fixes #285

Merged
merged 3 commits into from
Oct 15, 2022
Merged

Conversation

KoalaSat
Copy link
Member

@KoalaSat KoalaSat commented Oct 14, 2022

What does this PR do?

Fixes some minor errors on the Android app.

Checklist before merging

  • If it's a frontend feature, I have ran prettier cd frontend; npm run format. If it's a mobile app feature I ran cd mobile; npm run format.

@KoalaSat KoalaSat changed the title Android mino fixes Android minor fixes Oct 14, 2022
export type { Limit } from './Limit.model';
export type { Maker } from './Maker.model';
export { defaultMaker } from './Maker.model';
export type { Order } from './Order.model';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These was being displayed as warnings on the compiler logs

} catch {
await torClient.reset();
return sendTorStatus();
}
Copy link
Member Author

@KoalaSat KoalaSat Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First attempt to try to automatically recover from a dead daemon

this.props.setAppState({ token });
this.setState({ token, loadingRobot: false });
this.setState({ token });
this.getGeneratedUser(token);
Copy link
Member Author

@KoalaSat KoalaSat Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will generate a new sessionid, turns out I had my sessionid on Android Studio outdated and this fix worked

@@ -245,6 +245,7 @@ class UserGenPage extends Component {
width: `${201 * fontSizeFactor}px`,
}}
tooltip={t('This is your trading avatar')}
tooltipPosition='up'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is causing the view on Android to overflow when you tap on the avatar 😄
photo_5929018991840442792_y

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch 😄 . It happened to me and I did not know why!

@KoalaSat KoalaSat marked this pull request as ready for review October 14, 2022 19:50
@Reckless-Satoshi
Copy link
Collaborator

It looks good! Thanks for these fixes. Ready to be merged 🚀

@Reckless-Satoshi Reckless-Satoshi merged commit 7c52c90 into RoboSats:main Oct 15, 2022
@KoalaSat KoalaSat deleted the android-minor-fixes branch November 9, 2022 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants