Don't send a ProfileDownloadCallback if progress is 0
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user