Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed:
Input dispatching timed out
error while creating the applica…
…tion shortcuts. * Moved shortcut creation to `lifecycleScope` with `Dispatchers.IO` to free up the main thread. * This ensures the UI remains responsive while shortcuts are being created.
- Loading branch information