mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
fix qrcode dialog
This commit is contained in:
@@ -16,6 +16,6 @@
|
||||
<Image
|
||||
Width="320"
|
||||
Height="320"
|
||||
Source="{x:Bind QRCodeSource}"/>
|
||||
Source="{x:Bind QRCodeSource, Mode=OneWay}"/>
|
||||
</StackPanel>
|
||||
</ContentDialog>
|
||||
</ContentDialog>
|
||||
@@ -71,7 +71,7 @@ internal sealed partial class UserQRCodeDialog : ContentDialog, IDisposable
|
||||
private async ValueTask<ValueResult<bool, UidGameToken>> GetUidGameTokenCoreAsync()
|
||||
{
|
||||
await taskContext.SwitchToMainThreadAsync();
|
||||
await ShowAsync();
|
||||
_ = ShowAsync();
|
||||
|
||||
while (!userManualCancellationTokenSource.IsCancellationRequested)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user