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

Fix/mainnet mobile issues #1581

Merged
merged 10 commits into from
Dec 9, 2022
Merged

Fix/mainnet mobile issues #1581

merged 10 commits into from
Dec 9, 2022

Conversation

kjawadDeveloper2
Copy link
Collaborator

Solved multiple issues related with mainnet.

@@ -69,6 +69,8 @@ class _CollectionScreenState extends State<CollectionScreen> {
@override
void initState() {
super.initState();

Copy link
Contributor

Choose a reason for hiding this comment

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

remove new lines

@@ -220,7 +231,8 @@ class LatestTransactions extends StatelessWidget {
seller: seller,
buyer: buyer,
txID: txHistory.txID,
transactionTime: DateFormat("MMM dd yyyy HH:mm").format(DateTime.fromMillisecondsSinceEpoch(txHistory.createdAt * kDateConverterConstant)),
transactionTime: DateFormat("MMM dd yyyy HH:mm")
.format(DateTime.fromMillisecondsSinceEpoch(txHistory.createdAt * kDateConverterConstant)),
Copy link
Contributor

Choose a reason for hiding this comment

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

formatting needed

@kjawadDeveloper2 kjawadDeveloper2 merged commit e2e8ed4 into main Dec 9, 2022
@kjawadDeveloper2 kjawadDeveloper2 deleted the fix/mainnet_mobile_issues branch December 9, 2022 17:04
@zube zube bot removed the [zube]: Done label Mar 10, 2023
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.

4 participants