79267207

Date: 2024-12-10 06:32:56
Score: 0.5
Natty:
Report link

Simply wraping the async call using Task { } did the trick for me.

.refreshable {
        Task {
            await vm.loadPopularTeachers()
            await vm.loadExpertTeachers()
        }
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MD. Shakhawat Hossain Shahin