#635 - Remove unused field and import
This commit is contained in:
parent
a9fe8e1c19
commit
6a7caf4644
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue