event-management-frontend/app/src
Peter Vacho a416f1cfda
fix: Add an early return if login check fails
Previously, even after redirecting to the login activity on failed login
check, the code in the initialize function kept running, eventually
getting to the function that navigates to the calendar activity,
bypassing login.
2024-12-30 00:13:55 +01:00
..
androidTest/java/com/p_vacho/neat_calendar feat: Initial commit 2024-12-22 15:35:56 +01:00
main fix: Add an early return if login check fails 2024-12-30 00:13:55 +01:00
test/java/com/p_vacho/neat_calendar feat: Initial commit 2024-12-22 15:35:56 +01:00