1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-02 10:57:55 +00:00

Removed tabs

This commit is contained in:
Redirion
2019-06-25 13:41:08 +02:00
committed by GitHub
parent 6a4bb6e3e1
commit c4ef40f4dc

View File

@@ -93,8 +93,8 @@ public class CheckForNewAppVersionTask extends AsyncTask<Void, Void, String> {
return response.body().string();
} catch (IOException ex) {
// connectivity problems, do not alarm user and fail silently
if (DEBUG) Log.w(TAG, Log.getStackTraceString(ex));
Toast.makeText(app, R.string.error_connect_host, Toast.LENGTH_SHORT).show();
if (DEBUG) Log.w(TAG, Log.getStackTraceString(ex));
Toast.makeText(app, R.string.error_connect_host, Toast.LENGTH_SHORT).show();
}
return null;
@@ -120,8 +120,8 @@ public class CheckForNewAppVersionTask extends AsyncTask<Void, Void, String> {
} catch (JSONException ex) {
// connectivity problems, do not alarm user and fail silently
if (DEBUG) Log.w(TAG, Log.getStackTraceString(ex));
Toast.makeText(app, R.string.error_connect_host, Toast.LENGTH_SHORT).show();
if (DEBUG) Log.w(TAG, Log.getStackTraceString(ex));
Toast.makeText(app, R.string.error_connect_host, Toast.LENGTH_SHORT).show();
}
}
}