temyco / security-workshop-sample

This repository has been desired to show different Android Security Approach implementations using a simple sample project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong null safety handling

yakivmospan opened this issue · comments

Reported by Roman Bielokon:

In ActivityExtentions.kt You’ve missed ? for “ password.let” and for “secretData.let”

https://github.com/TeamTechnologies/security-workshop-sample/blob/master/app/src/main/java/co/temy/securitysample/extentions/ActivityExtentions.kt#L13