This commit is contained in:
Benoit Marty
2019-07-09 16:36:46 +02:00
parent 1a4157a663
commit 34ac987494
3 changed files with 10 additions and 10 deletions

View File

@ -51,7 +51,7 @@ import javax.inject.Singleton
* BugReporter creates and sends the bug reports.
*/
@Singleton
class BugReporter @Inject constructor(private val activeSessionHolder: ActiveSessionHolder){
class BugReporter @Inject constructor(private val activeSessionHolder: ActiveSessionHolder) {
var inMultiWindowMode = false
companion object {
@ -72,7 +72,7 @@ class BugReporter @Inject constructor(private val activeSessionHolder: ActiveSes
private var mBugReportCall: Call? = null
// boolean to cancel the bug reportSubtask
// boolean to cancel the bug report
private val mIsCancelled = false
/**