Skip to content

Commit

Permalink
feat(session)Allow early session starts in auto mode
Browse files Browse the repository at this point in the history
  • Loading branch information
YYChen01988 committed Apr 8, 2024
1 parent 9d7c613 commit 9145a4d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.bugsnag.android.mazerunner.scenarios

import android.app.Activity
import android.content.Context
import android.content.Intent
import com.bugsnag.android.Bugsnag
Expand All @@ -27,7 +26,6 @@ internal class StartSessionAutoModeScenario(
continueScenario()
}
}

}

private fun continueScenario() {
Expand Down

0 comments on commit 9145a4d

Please sign in to comment.