Commit 44aba255 authored by amirfirdaus2's avatar amirfirdaus2

Merge remote-tracking branch 'origin/master'

parents 4741e9f0 2ec3c37e
...@@ -89,7 +89,7 @@ public class RegisterActivity extends AppCompatActivity { ...@@ -89,7 +89,7 @@ public class RegisterActivity extends AppCompatActivity {
@Override @Override
protected void onCreate(Bundle savedInstanceState) { protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
setContentView(R.layout.activity_register); setContentView(R.layout.activity_register);//testing
mProgressDialog = new StandardProgressDialog(this.getWindow().getContext()); mProgressDialog = new StandardProgressDialog(this.getWindow().getContext());
session = new PreferenceManagerLogin(getApplicationContext()); session = new PreferenceManagerLogin(getApplicationContext());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment