remove crashlytics report

This commit is contained in:
andrekir 2022-04-08 18:37:22 -03:00
parent 56293874f9
commit bcf0d5be97
2 changed files with 3 additions and 3 deletions

View file

@ -1025,7 +1025,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
}
.show()
} catch (ex: IllegalStateException) {
reportError("Snackbar couldn't find view for msgString $msg")
errormsg("Snackbar couldn't find view for msgString $msg")
}
}