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

Fixed #2442 :When Recent Transactions is opened without connection of internet… #2444

Closed
wants to merge 7 commits into from

Conversation

kmanikanta335
Copy link
Contributor

Fixes #2442

Screenshots of UI changes.

2442.mp4

Please make sure these boxes are checked before submitting your pull request - thanks!

  • ✅ Apply the AndroidStyle.xml style template to your code in Android Studio.

  • ✅ Run the unit tests with ./gradlew check to make sure you didn't break anything

  • ✅ If you have multiple commits please combine them into one commit by squashing them.

@kmanikanta335
Copy link
Contributor Author

@PratyushSingh07 pls review it

@PratyushSingh07
Copy link
Collaborator

LGTM , we can merge this @therajanmaurya

@therajanmaurya
Copy link
Member

Resolve the conflicts.

@antima123-bit
Copy link

can i take solve this issue @PratayushSingh07

@PratyushSingh07
Copy link
Collaborator

can i take solve this issue @PratayushSingh07

This pull request currently contains some merge conflicts. Once the author, @kmanikanta335 , resolves these conflicts, we'll proceed with merging it into our codebase

@kmanikanta335
Copy link
Contributor Author

@therajanmaurya I resolved merge conflicts

Copy link
Collaborator

@PratyushSingh07 PratyushSingh07 left a comment

Choose a reason for hiding this comment

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

Hi @kmanikanta335 , I noticed you made some changes to the code by adding two new blank lines which is a bit weird because when you remove those 2 lines you will get the orignal code

@@ -93,6 +93,7 @@ class RecentTransactionsFragment : BaseFragment(), OnRefreshListener {

RecentTransactionUiState.Initial -> {}
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

this is the 1st blank space

@@ -30,6 +30,7 @@ class RecentTransactionViewModel @Inject constructor(private val recentTransacti

private fun loadRecentTransactions(offset: Int, limit: Int) {
viewModelScope.launch {

Copy link
Collaborator

Choose a reason for hiding this comment

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

this is the 2nd blank space

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.

When Recent Transactions is opened without connection of internet App crashes
4 participants