()
| 100 | // CB-11326 Ensure we're calling this on UI thread |
| 101 | cordova.getActivity().runOnUiThread(new Runnable() { |
| 102 | @Override |
| 103 | public void run() { |
| 104 | getView().setVisibility(View.INVISIBLE); |
| 105 | } |
| 106 | }); |
| 107 | int drawableId = getSplashId(); |
| 108 |
nothing calls this directly
no test coverage detected