mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-24 01:30:12 +08:00
Update On Thu Mar 6 19:36:08 CET 2025
This commit is contained in:
@@ -421,7 +421,7 @@ namespace ServiceLib.ViewModels
|
||||
|
||||
public async Task ScanImageResult(string fileName)
|
||||
{
|
||||
if (Utils.IsNullOrEmpty(fileName))
|
||||
if (fileName.IsNullOrEmpty())
|
||||
{
|
||||
return;
|
||||
}
|
||||
@@ -432,7 +432,7 @@ namespace ServiceLib.ViewModels
|
||||
|
||||
private async Task AddScanResultAsync(string? result)
|
||||
{
|
||||
if (Utils.IsNullOrEmpty(result))
|
||||
if (result.IsNullOrEmpty())
|
||||
{
|
||||
NoticeHandler.Instance.Enqueue(ResUI.NoValidQRcodeFound);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user