[PR #930] [MERGED] Avoid Task.Result usage #2667

Closed
opened 2025-11-26 23:22:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/930
Author: @cscharf
Created: 5/29/2020
Status: Merged
Merged: 5/29/2020
Merged by: @cscharf

Base: masterHead: code-review-1


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/App/Pages/Settings/ExportVaultPageViewModel.cs (+2 -2)

📄 Description

Avoid Task.Result usage in application in apps with the UI thread, this can cause deadlocks, await a task instead.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/930 **Author:** [@cscharf](https://github.com/cscharf) **Created:** 5/29/2020 **Status:** ✅ Merged **Merged:** 5/29/2020 **Merged by:** [@cscharf](https://github.com/cscharf) **Base:** `master` ← **Head:** `code-review-1` --- ### 📝 Commits (1) - [`967cefe`](https://github.com/bitwarden/android/commit/967cefe12c1740e07dc2fd90c01a92df9ddf2bcb) Avoid Task.Result usage ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Settings/ExportVaultPageViewModel.cs` (+2 -2) </details> ### 📄 Description Avoid Task.Result usage in application in apps with the UI thread, this can cause deadlocks, await a task instead. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:22:24 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2667