Updated on 2026-08-14

This commit is contained in:
Tangem 2021-04-07 19:30:14 +03:00
parent 40ed67b0c2
commit a6618b4d35
5 changed files with 102 additions and 67 deletions

View file

@ -69,7 +69,7 @@ class TapApplication : Application() {
private fun initFeedbackManager() {
val infoHolder = AdditionalEmailInfo()
infoHolder.updateAppVersion(this)
infoHolder.setAppVersion(this)
val logWriter = TangemLogCollector()
Log.addLogger(logWriter)