145146147148149150151152153154155
final Context c = context; DeferredCommand.addCommand(new Command() { @Override public void execute() { stopFinder.onContextChanged(c); } }); } /****