mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-29 06:17:38 +00:00 
			
		
		
		
	| @@ -90,9 +90,7 @@ public class CheckForNewAppVersionTask extends AsyncTask<Void, Void, String> { | ||||
|             Response response = client.newCall(request).execute(); | ||||
|             return response.body().string(); | ||||
|         } catch (IOException ex) { | ||||
|             ErrorActivity.reportError(app, ex, null, null, | ||||
|                     ErrorActivity.ErrorInfo.make(UserAction.SOMETHING_ELSE, "none", | ||||
|                             "app update API fail", R.string.app_ui_crash)); | ||||
|             // connectivity problems, do not alarm user and fail silently | ||||
|         } | ||||
|  | ||||
|         return null; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Redirion
					Redirion