Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Commit 959b3c3

Browse files
committed
Calling the logout() method for action_logout.
1 parent 0a02ddb commit 959b3c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user-auth-ui/app/src/main/java/com/adobe/userauthui/MainActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
126126

127127
//noinspection SimplifiableIfStatement
128128
if (id == R.id.action_logout) {
129+
mUXAuthManager.logout();
129130
return true;
130131
}
131132

0 commit comments

Comments
 (0)