bug : fixed
This commit is contained in:
@@ -102,7 +102,7 @@ class AttendanceScreen extends StatelessWidget {
|
||||
icon: "assets/images/login.svg",
|
||||
label: "تسجيل الدخول",
|
||||
onTap: () {
|
||||
// Navigate to LoginAnimationScreen with success state
|
||||
// Navigate to LoginAnimationScreen with error state
|
||||
Navigator.of(context).push(
|
||||
MaterialPageRoute(
|
||||
builder:
|
||||
@@ -148,7 +148,7 @@ class AttendanceScreen extends StatelessWidget {
|
||||
icon: "assets/images/logout.svg",
|
||||
label: "تسجيل خروج",
|
||||
onTap: () {
|
||||
// Navigate to LoginAnimationScreen with success state
|
||||
// Navigate to LoginAnimationScreen with error state
|
||||
Navigator.of(context).push(
|
||||
MaterialPageRoute(
|
||||
builder:
|
||||
|
||||
Reference in New Issue
Block a user