Skip to content

Commit

Permalink
codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed Jun 8, 2022
1 parent 760f2ca commit 4321d0a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion app/src/main/java/org/koreader/launcher/ApkUpdater.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import android.content.Context
import android.content.Intent
import android.net.Uri
import android.os.Build
import android.os.Environment
import android.util.Log
import androidx.core.content.FileProvider
import java.io.File
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ abstract class QualcommEPDController {
const val EINK_WAVEFORM_DELAY_UI = 100
const val EINK_WAVEFORM_DELAY_FAST = 0


private fun preventSystemRefresh() : Boolean{
// Sets UpdateMode and UpdateScheme to None
// this function is called EpdController.setSystemUpdateModeAndScheme in onyxsdk
Expand Down
2 changes: 1 addition & 1 deletion detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ complexity:
ignoredLabels: ""
LargeClass:
active: true
threshold: 600
threshold: 800
LongMethod:
active: true
threshold: 90
Expand Down

0 comments on commit 4321d0a

Please sign in to comment.