/// initialize general UI elements\r
initOverallUi(savedInstanceState);\r
\r
+ mOkButton = findViewById(R.id.buttonOK);\r
+\r
/// initialize block to be moved to single Fragment to check server and get info about it \r
initServerPreFragment(savedInstanceState);\r
\r
mUsernameInput = (EditText) findViewById(R.id.account_username);\r
mPasswordInput = (EditText) findViewById(R.id.account_password);\r
mAuthStatusView = (TextView) findViewById(R.id.auth_status_text); \r
- mOkButton = findViewById(R.id.buttonOK);\r
\r
/// step 1 - load and process relevant inputs (resources, intent, savedInstanceState)\r
String presetUserName = null;\r