More consistent injectLazy style

This commit is contained in:
arkon
2021-01-17 15:33:49 -05:00
parent 5cddc0c387
commit f667f85fa5
7 changed files with 8 additions and 10 deletions
@@ -13,7 +13,7 @@ import java.util.Date
class SecureActivityDelegate(private val activity: FragmentActivity) {
private val preferences by injectLazy<PreferencesHelper>()
private val preferences: PreferencesHelper by injectLazy()
fun onCreate() {
preferences.secureScreen().asFlow()