Woka support scrolling issue resolved

Completed UserProfileActivity.kt with api integration

Completed whole flow of add child from guardian app with all api integration of child registration

Deactivate account api integration. Flow changes in user log in
This commit is contained in:
2024-06-06 20:50:41 +05:30
parent 84a8f11f5a
commit 8cf0ee1c28
38 changed files with 989 additions and 169 deletions

View File

@@ -15,6 +15,12 @@
android:supportsRtl="true"
android:theme="@style/Theme.Woka"
tools:targetApi="31">
<activity
android:name=".home.sidebar.addchild.AddChildActivity"
android:exported="false" />
<activity
android:name=".home.sidebar.profile.UserProfileActivity"
android:exported="false" />
<activity
android:name=".home.sidebar.support.SupportActivity"
android:exported="false"