fix lint for ManageRepoActivity
This commit is contained in:
parent
0f64fd30c6
commit
bb1292586b
@ -225,9 +225,6 @@ public class ManageReposActivity extends AppCompatActivity implements LoaderMana
|
||||
|
||||
context = ManageReposActivity.this;
|
||||
|
||||
// TODO uniqx: forward username and password
|
||||
Toast.makeText(context, "username: " + username + ", password: " + password, Toast.LENGTH_LONG).show();
|
||||
|
||||
final View view = getLayoutInflater().inflate(R.layout.addrepo, null);
|
||||
addRepoDialog = new AlertDialog.Builder(context).setView(view).create();
|
||||
final EditText uriEditText = (EditText) view.findViewById(R.id.edit_uri);
|
||||
|
Loading…
x
Reference in New Issue
Block a user