ShopActivityの不要なプログラムについて #211

Closed r-tokiwa opened this issue on 25 Jul 2023 - 0 comments

r-tokiwa commented on 25 Jul 2023

62行目
//右上のボタンで投稿画面(PostActivity)へ遷移
Button toPostButton = (Button)findViewById(R.id.toPostAcButton);
toPostButton.setOnClickListener(new View.OnClickListener(){
public void onClick(View v){
Intent intent = new Intent(ShopActivity.this, PostActivity.class);
intent.putExtra("toPostSid",sid); ←ここ
startActivity(intent);
}
});
が不要なのでは?処理の仕様の要確認

r-tokiwa closed this issue on 25 Jul 2023
Labels

Priority
default
Milestone
No milestone
Assignee
No one
1 participant