#635 - Remove unused field and import

This commit is contained in:
Joshua Soberg 2021-01-29 18:39:41 -05:00
parent a9fe8e1c19
commit 6a7caf4644

View file

@ -45,7 +45,6 @@ import android.widget.Toast;
import org.shadowice.flocke.andotp.R;
import org.shadowice.flocke.andotp.Tasks.AuthenticationTask;
import org.shadowice.flocke.andotp.Tasks.AuthenticationTask.Callback;
import org.shadowice.flocke.andotp.Tasks.AuthenticationTask.Result;
import org.shadowice.flocke.andotp.Utilities.Constants;
@ -56,8 +55,6 @@ import static org.shadowice.flocke.andotp.Utilities.Constants.AuthMethod;
public class AuthenticateActivity extends ThemedActivity
implements EditText.OnEditorActionListener, View.OnClickListener {
private static final String KEY_WAS_TASK_ACTIVE = "AuthenticateActivity.WasTaskActive";
private AuthMethod authMethod;
private String newEncryption = "";
private String existingAuthCredentials;