Created
November 1, 2021 08:31
-
-
Save oluwabajio/5b7c58f4bfec2f0077f735e448c80752 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GlobalScope.launch { | |
viewModel.saveDataToDatabase(requireActivity(), account) | |
GlobalScope.launch(Dispatchers.Main) { | |
Toast.makeText(requireActivity(), "Data Inserted successfully", Toast.LENGTH_LONG).show() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment