Commit 6a7c7630 by onuma

不要なコメントを削除

parent 3b82bc1c
......@@ -180,14 +180,6 @@ public class CheckOZDViewActivity extends ABVContentViewActivity {
closeButton.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
// リソースパターンの適用
// int messageResourceId = PatternStringUtil.patternToInt(getApplicationContext(),
// R.string.msg_oz_report_cancel,
// getUserPref(AppDefType.UserPrefKey.RESOURCE_PATTERN_TYPE, 0));
// showCancelConfirmAlert(PatternStringUtil.patternToInt(getApplicationContext(),
// R.string.back,
// getUserPref(AppDefType.UserPrefKey.RESOURCE_PATTERN_TYPE, 0)),messageResourceId);
showCancelConfirmAlert();
}
});
......
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