Skip to content

Commit

Permalink
code changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhap committed Feb 8, 2018
1 parent ed8ec8e commit e731af3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ protected void onCreate(Bundle savedInstanceState) {
public void onClick(View view) {
username = ((EditText) findViewById(R.id.username_et)).getText().toString();
password = ((EditText) findViewById(R.id.password_et)).getText().toString();
Log.v("",);
progressDialog.show();
LoginAsynTask loginAsyncTask = new LoginAsynTask();
loginAsyncTask.setLoginListener((LoginListener) MainActivity.this);
Expand Down

0 comments on commit e731af3

Please sign in to comment.