mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-03-13 23:03:59 +01:00
Remove unnecessary code line
Oszczędzaj RAM gdziekolwiek jesteś!
This commit is contained in:
parent
d49e74f7e8
commit
7cc74fefec
@ -51,7 +51,6 @@ public class Login extends AsyncTask<Void, Void, Void> {
|
|||||||
Connection.Response step3 = stepThree(certificate);
|
Connection.Response step3 = stepThree(certificate);
|
||||||
Document dashboardHtml = step3.parse();
|
Document dashboardHtml = step3.parse();
|
||||||
|
|
||||||
Elements mesageAlert = dashboardHtml.getElementsByClass("welcome");
|
|
||||||
String helloText = dashboardHtml.getElementsByClass("welcome").text();
|
String helloText = dashboardHtml.getElementsByClass("welcome").text();
|
||||||
|
|
||||||
if (helloText.equals("Dzień dobry!")) {
|
if (helloText.equals("Dzień dobry!")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user