|
44 | 44 | tools:node="remove" />
|
45 | 45 |
|
46 | 46 | <activity
|
47 |
| - android:name=".presentation.splash.SplashActivity" |
| 47 | + android:name=".presentation.feature.splash.SplashActivity" |
48 | 48 | android:exported="true"
|
49 | 49 | android:screenOrientation="portrait"
|
50 | 50 | android:theme="@style/AppTheme.Splash">
|
|
55 | 55 | </intent-filter>
|
56 | 56 | </activity>
|
57 | 57 | <activity
|
58 |
| - android:name=".presentation.setting.SettingActivity" |
| 58 | + android:name=".presentation.feature.setting.SettingActivity" |
59 | 59 | android:exported="false"
|
60 | 60 | android:screenOrientation="portrait" />
|
61 | 61 | <activity
|
62 |
| - android:name=".presentation.login.LoginActivity" |
| 62 | + android:name=".presentation.feature.login.LoginActivity" |
63 | 63 | android:exported="false"
|
64 | 64 | android:screenOrientation="portrait">
|
65 | 65 | <intent-filter>
|
|
72 | 72 | </intent-filter>
|
73 | 73 | </activity>
|
74 | 74 | <activity
|
75 |
| - android:name=".presentation.meetings.MeetingsActivity" |
| 75 | + android:name=".presentation.feature.meetings.MeetingsActivity" |
76 | 76 | android:exported="false"
|
77 | 77 | android:screenOrientation="portrait" />
|
78 | 78 | <activity
|
79 |
| - android:name=".presentation.invitecode.InviteCodeActivity" |
| 79 | + android:name=".presentation.feature.invitecode.InviteCodeActivity" |
80 | 80 | android:exported="false"
|
81 | 81 | android:screenOrientation="portrait"
|
82 | 82 | android:windowSoftInputMode="adjustResize" />
|
83 | 83 | <activity
|
84 |
| - android:name=".presentation.join.MeetingJoinActivity" |
| 84 | + android:name=".presentation.feature.join.MeetingJoinActivity" |
85 | 85 | android:exported="false"
|
86 | 86 | android:screenOrientation="portrait"
|
87 | 87 | android:windowSoftInputMode="adjustResize" />
|
88 | 88 | <activity
|
89 |
| - android:name=".presentation.join.complete.JoinCompleteActivity" |
| 89 | + android:name=".presentation.feature.join.complete.JoinCompleteActivity" |
90 | 90 | android:exported="false"
|
91 | 91 | android:screenOrientation="portrait" />
|
92 | 92 | <activity
|
93 |
| - android:name=".presentation.creation.MeetingCreationActivity" |
| 93 | + android:name=".presentation.feature.creation.MeetingCreationActivity" |
94 | 94 | android:exported="false"
|
95 | 95 | android:screenOrientation="portrait"
|
96 | 96 | android:windowSoftInputMode="adjustResize" />
|
97 | 97 | <activity
|
98 |
| - android:name=".presentation.room.MeetingRoomActivity" |
| 98 | + android:name=".presentation.feature.room.MeetingRoomActivity" |
99 | 99 | android:exported="false"
|
100 |
| - android:parentActivityName=".presentation.meetings.MeetingsActivity" |
| 100 | + android:parentActivityName=".presentation.feature.meetings.MeetingsActivity" |
101 | 101 | android:screenOrientation="portrait" />
|
102 | 102 | <activity
|
103 | 103 | android:name="com.kakao.sdk.auth.AuthCodeHandlerActivity"
|
|
0 commit comments