Skip to content

Commit 855ff7c

Browse files
author
Dmytro Khmelenko
committed
Fix NPE after input security code
1 parent 1abec97 commit 855ff7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/khmelenko/lab/travisclient/activity/AuthActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ public void onChangeServer(String newServer) {
129129

130130
@Override
131131
public void onSecurityCodeInput(String securityCode) {
132+
showProgress();
132133
getPresenter().twoFactorAuth(securityCode);
133134
}
134135

0 commit comments

Comments
 (0)