Skip to content

Commit

Permalink
Feat: Implement Shimmer while user details are being loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
kmanikanta335 committed Nov 20, 2023
1 parent 4ed1107 commit 3a2ec77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class RecentTransactionsFragment : BaseFragment(), OnRefreshListener {
* @param message Error message that tells the user about the problem.
*/
fun showErrorFetchingRecentTransactions(message: String?) {
if (!isConnected(requireActivity())){
if (!isConnected(requireActivity())) {
sweetUIErrorHandler?.showSweetNoInternetUI(
binding.rvRecentTransactions,
binding.layoutError.root,
Expand Down

0 comments on commit 3a2ec77

Please sign in to comment.