forked from GitHub-Mirror/riotX-android
Add a log
This commit is contained in:
@ -136,6 +136,8 @@ abstract class VectorBaseActivity : BaseMvRxActivity() {
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
|
||||
Timber.d("onResume Activity ${this.javaClass.simpleName}")
|
||||
|
||||
if (this !is BugReportActivity) {
|
||||
rageShake?.start()
|
||||
}
|
||||
|
Reference in New Issue
Block a user