mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-24 07:58:34 +01:00
make explicitly public
This commit is contained in:
parent
42574550d0
commit
e98ba8d84a
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ public class MultiService {
|
||||||
// resend the intent, but only if the dict it names is here. (If
|
// resend the intent, but only if the dict it names is here. (If
|
||||||
// it's not, we may need to try again later, e.g. because our cue
|
// it's not, we may need to try again later, e.g. because our cue
|
||||||
// was a focus gain.)
|
// was a focus gain.)
|
||||||
static boolean returnOnDownload( Context context, Intent intent )
|
public static boolean returnOnDownload( Context context, Intent intent )
|
||||||
{
|
{
|
||||||
boolean downloaded = isMissingDictIntent( intent );
|
boolean downloaded = isMissingDictIntent( intent );
|
||||||
if ( downloaded ) {
|
if ( downloaded ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue