mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 13:38:41 +00:00
Add forgot password screen
This commit is contained in:
@@ -13,16 +13,17 @@
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Foodify"
|
||||
tools:targetApi="31">
|
||||
<activity
|
||||
android:name=".ForgotPasswordActivity"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".SignInActivity"
|
||||
android:exported="false"
|
||||
android:noHistory="true"
|
||||
/>
|
||||
android:noHistory="true" />
|
||||
<activity
|
||||
android:name=".SignUpActivity"
|
||||
android:exported="false"
|
||||
android:noHistory="true"
|
||||
/>
|
||||
android:noHistory="true" />
|
||||
<activity
|
||||
android:name=".SplashScreenActivity"
|
||||
android:exported="true">
|
||||
|
||||
Reference in New Issue
Block a user