()
| 294 | |
| 295 | getMainHandler().post(new Runnable() { |
| 296 | @Override |
| 297 | public void run() { |
| 298 | if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED)) |
| 299 | return; |
| 300 | etName.requestFocus(); |
| 301 | } |
| 302 | }); |
| 303 | } |
| 304 |
nothing calls this directly
no test coverage detected