File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
java/com/whyranoid/presentation Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- package com.whyranoid.presentation.community.group
1
+ package com.whyranoid.presentation.community.group.create
2
2
3
3
import android.os.Bundle
4
4
import android.view.View
Original file line number Diff line number Diff line change 1
- package com.whyranoid.presentation.community.group
1
+ package com.whyranoid.presentation.community.group.create
2
2
3
3
import androidx.lifecycle.ViewModel
4
4
import androidx.lifecycle.viewModelScope
Original file line number Diff line number Diff line change 1
- package com.whyranoid.presentation.community.group
1
+ package com.whyranoid.presentation.community.group.create
2
2
3
3
sealed class Event {
4
4
data class CreateGroupButtonClick (val isSuccess : Boolean = true ) : Event()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import androidx.compose.runtime.remember
13
13
import androidx.compose.runtime.setValue
14
14
import androidx.compose.ui.Modifier
15
15
import androidx.compose.ui.unit.dp
16
- import com.whyranoid.presentation.community.group.CreateGroupViewModel
16
+ import com.whyranoid.presentation.community.group.create. CreateGroupViewModel
17
17
18
18
@Composable
19
19
fun RulePicker (
Original file line number Diff line number Diff line change 4
4
xmlns : tools =" http://schemas.android.com/tools" >
5
5
6
6
<data >
7
-
8
7
<variable
9
8
name =" viewModel"
10
- type =" com.whyranoid.presentation.community.group.CreateGroupViewModel" />
9
+ type =" com.whyranoid.presentation.community.group.create. CreateGroupViewModel" />
11
10
</data >
12
11
13
12
<androidx .constraintlayout.widget.ConstraintLayout
14
13
android : layout_width =" match_parent"
15
14
android : layout_height =" match_parent"
16
- tools : context =" .community.group.CreateGroupFragment" >
15
+ tools : context =" .community.group.create. CreateGroupFragment" >
17
16
18
17
<com .google.android.material.appbar.AppBarLayout
19
18
android : id =" @+id/app_bar"
You can’t perform that action at this time.
0 commit comments