diff --git a/app/src/main/java/com/example/cosmosclient/views/CreateGroupActivity.java b/app/src/main/java/com/example/cosmosclient/views/CreateGroupActivity.java index 6aee5c9..b061bc7 100644 --- a/app/src/main/java/com/example/cosmosclient/views/CreateGroupActivity.java +++ b/app/src/main/java/com/example/cosmosclient/views/CreateGroupActivity.java @@ -26,7 +26,7 @@ import retrofit2.converter.jackson.JacksonConverterFactory; public class CreateGroupActivity extends AppCompatActivity { - Button createGroupButton; + private Button createGroupButton; @Override protected void onCreate(Bundle savedInstanceState) { @@ -80,6 +80,9 @@ if (response.isSuccessful()) { //成功時 CreateGroupResponse result = response.body(); +// Cosmos app = (Cosmos)getApplication(); +// app.setCurrentGroup(); + Intent intent = new Intent(getApplication(), RequestListActivity.class);