Skip to content

Issue #61 Fixed : Pressing Back Button on Home Page is Logging out the user from the app

ishanvohra2 requested to merge ishanvohra2/agora-android:develop into develop

Pressing back button on HomeScreen now will exit the app instead of logging out the user. I am returning the response message as a string from the function loginRequest() in LoginViewModel class. If the string returns "OK" then the Login Activity will finish. Everytime the user will hit back button now, it will not take them back to Login screen. @prudhvir3ddy

Edited by ishanvohra2

Merge request reports