Fix sportless issues

This commit is contained in:
Jannis Mattheis
2018-11-02 14:49:23 +01:00
parent ff2576065d
commit 8af40c3fd3
21 changed files with 28 additions and 63 deletions

View File

@@ -8,7 +8,12 @@ import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ProgressBar;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick;
import butterknife.OnTextChanged;
import com.github.gotify.R;
import com.github.gotify.Settings;
import com.github.gotify.Utils;
@@ -26,13 +31,6 @@ import com.github.gotify.log.Log;
import com.github.gotify.log.UncaughtExceptionHandler;
import com.squareup.okhttp.HttpUrl;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick;
import butterknife.OnTextChanged;
public class LoginActivity extends AppCompatActivity {
@BindView(R.id.username)