()
| 87 | private Context observed; |
| 88 | private final Runnable runner = new Runnable() { |
| 89 | @Override |
| 90 | public void run() { |
| 91 | observed = Context.current(); |
| 92 | } |
| 93 | }; |
| 94 | private final ScheduledExecutorService scheduler = Executors.newSingleThreadScheduledExecutor(); |
| 95 |