mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
remove crashlytics report
This commit is contained in:
parent
56293874f9
commit
bcf0d5be97
2 changed files with 3 additions and 3 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue