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

@@ -712,7 +712,7 @@ class MainActivity : BaseActivity(), Logging,
Snackbar.LENGTH_LONG
).show()
} catch (ex: IllegalStateException) {
reportError("Snackbar couldn't find view for msgId $msgId")
errormsg("Snackbar couldn't find view for msgId $msgId")
}
}
@@ -729,7 +729,7 @@ class MainActivity : BaseActivity(), Logging,
}
.show()
} catch (ex: IllegalStateException) {
reportError("Snackbar couldn't find view for msgString $msg")
errormsg("Snackbar couldn't find view for msgString $msg")
}
}

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")
}
}