Commit aeda04ff by onuma

利用規約のダイアログのタイトルを「ABookCheck」に変更

parent 9602ed02
......@@ -276,7 +276,7 @@ public class LoginActivity extends ABVLoginActivity {
String title = getString(R.string.error);
String messageText = getString(R.string.err_gert_term_of_use_text);
if (termsOfUseText != null) {
title = getString(R.string.detail);
title = getString(R.string.app_name);
messageText = termsOfUseText;
}
AlertDialogUtil.showAlertDialog(LoginActivity.this, title, messageText, true, new DialogInterface.OnClickListener() {
......
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