( View view )
| 1173 | |
| 1174 | private View currentView; |
| 1175 | public void showView( View view ) |
| 1176 | { |
| 1177 | showView( view, true ); |
| 1178 | } |
| 1179 | public void showView( View view, boolean hideProgress ) |
| 1180 | { |
| 1181 | if ( mBackgroundThread==null ) |
no test coverage detected