-
Notifications
You must be signed in to change notification settings - Fork 709
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
Conversation
@PratyushSingh07 pls review it |
LGTM , we can merge this @therajanmaurya |
Resolve the conflicts. |
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 |
@therajanmaurya I resolved merge conflicts |
There was a problem hiding this 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 -> {} | |||
} | |||
|
There was a problem hiding this comment.
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 { | |||
|
There was a problem hiding this comment.
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
…ion of internet…
…ion of internet…
…ion of internet…
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.