report invitation success even if dict download needed

This commit is contained in:
Eric House 2019-02-19 20:56:24 -08:00
parent d907b4201c
commit 0d757c605f

View file

@ -179,7 +179,6 @@ abstract class XWServiceHelper {
.makeMissingDictIntent( mService, nli, dfo );
MultiService.postMissingDictNotification( mService, intent,
nli.gameID() );
success = false;
}
}
}