Don't send a ProfileDownloadCallback if progress is 0

This commit is contained in:
Laiteux
2025-11-07 14:22:15 +04:00
parent 2985e985da
commit f54e326836

View File

@@ -348,6 +348,9 @@ public class LpaProvider extends ContentProvider
{
try
{
if (state.getProgress() == 0)
return;
String[] callbackUrl = new String[1];
if (tryGetArgAsString(args, "callbackUrl", callbackUrl))