1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 21:59:09 -05:00

Remove unnecessary code line

Oszczędzaj RAM gdziekolwiek jesteś!
This commit is contained in:
Mikołaj Pich 2017-04-06 23:40:58 +02:00
parent d49e74f7e8
commit 7cc74fefec

View File

@ -51,7 +51,6 @@ public class Login extends AsyncTask<Void, Void, Void> {
Connection.Response step3 = stepThree(certificate);
Document dashboardHtml = step3.parse();
Elements mesageAlert = dashboardHtml.getElementsByClass("welcome");
String helloText = dashboardHtml.getElementsByClass("welcome").text();
if (helloText.equals("Dzień dobry!")) {