Commit 98dc20b2 authored by iman Fauzi's avatar iman Fauzi

fix bug ketika klik button hilang name buttonnya

parent 22bec9ae
......@@ -51,7 +51,7 @@ public class LoginActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.payment_method);
setContentView(R.layout.dashboard_login);
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
Window w = getWindow();
......
......@@ -211,5 +211,6 @@ public class LoginState extends BottomSheetDialogFragment {
}
});
}
loginButton.setText(DEFAULT_LOGIN_NAME);
}
}
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