pull/90/head^2
kunfei 5 years ago
parent 3a2fe8f8e4
commit 4a79d959b0
  1. 1
      app/src/main/java/io/legado/app/service/help/CheckSource.kt

@ -12,6 +12,7 @@ object CheckSource {
fun start(context: Context, selectedIds: ArrayList<String>) {
if (selectedIds.isEmpty()) {
context.toast(R.string.non_select)
return
}
Intent(context, CheckSourceService::class.java).let {
it.action = IntentAction.start

Loading…
Cancel
Save