mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +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
|
||||
// it's not, we may need to try again later, e.g. because our cue
|
||||
// was a focus gain.)
|
||||
static boolean returnOnDownload( Context context, Intent intent )
|
||||
public static boolean returnOnDownload( Context context, Intent intent )
|
||||
{
|
||||
boolean downloaded = isMissingDictIntent( intent );
|
||||
if ( downloaded ) {
|
||||
|
|
Loading…
Reference in a new issue