×ボタンをタップした時に、ネイティブで確認ダイアログを表示するように修正した
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
38 38 # abvEnvironments.xml 39 39 40 40 #cms server 41 acms_address=https://check130.agentec.jp/acms 42 download_server_address=https://check130.agentec.jp/acms 41 acms_address=https://chatdev2.agentec.jp/acms -
Developer
このファイルは項目追加&削除以外はコミットしないでください。
-
-
650 651 return true; 651 652 } 652 653 654 // 左上の×ボタンを押したときの処理 655 private void showCancelConfirmAlert(final int dialogTitle, int dialogMessage) { -
Developer
コメントを正常にしてください。 /**
*/
-
-
650 651 return true; 651 652 } 652 653 654 // 左上の×ボタンを押したときの処理 655 private void showCancelConfirmAlert(final int dialogTitle, int dialogMessage) { 656 ABookAlertDialog logoutAkert = AlertDialogUtil.createAlertDialog(this, dialogTitle); -
Developer
できれば、AlertDialogUtilクラスの「showAlertDialog(Context context, int title, int message, boolean isCancleButtonHidden, DialogInterface.OnClickListener okOnClick)」を利用お願いします。
-
-
added 1 commit
- 3b82bc1c - ダイアログの表示にshowAlertDialogを使用するように変更。gradle.propertiesを元にもどした。
Toggle commit list -
182 183 // リソースパターンの適用 183 int messageResourceId = PatternStringUtil.patternToInt(getApplicationContext(), 184 R.string.msg_oz_report_cancel, 185 getUserPref(AppDefType.UserPrefKey.RESOURCE_PATTERN_TYPE, 0)); 186 187 showCancelConfirmAlert(PatternStringUtil.patternToInt(getApplicationContext(), 188 R.string.back, 189 getUserPref(AppDefType.UserPrefKey.RESOURCE_PATTERN_TYPE, 0)),messageResourceId); 184 // int messageResourceId = PatternStringUtil.patternToInt(getApplicationContext(), 185 // R.string.msg_oz_report_cancel, 186 // getUserPref(AppDefType.UserPrefKey.RESOURCE_PATTERN_TYPE, 0)); 187 188 // showCancelConfirmAlert(PatternStringUtil.patternToInt(getApplicationContext(), 189 // R.string.back, 190 // getUserPref(AppDefType.UserPrefKey.RESOURCE_PATTERN_TYPE, 0)),messageResourceId); 191 showCancelConfirmAlert(); -
Developer
不要なソースはコメントではなく削除お願いします。
-
-
-
merged
Toggle commit list