Explorar el Código

Change the value of SEARCH_RESULT_INIT_NUMBER & SEARCH_RESULT_ADD_NUMBER

cooperku_kdanmobile hace 5 años
padre
commit
f86a46caa9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/main/java/com/kdanmobile/reader/screen/view/SearchView.kt

+ 2 - 2
src/main/java/com/kdanmobile/reader/screen/view/SearchView.kt

@@ -34,8 +34,8 @@ import kotlin.collections.ArrayList
 class SearchView: RelativeLayout, View.OnClickListener, LeftToolbarView {
 
     companion object {
-        private const val SEARCH_RESULT_INIT_NUMBER = 10
-        private const val SEARCH_RESULT_ADD_NUMBER = 5
+        private const val SEARCH_RESULT_INIT_NUMBER = 200
+        private const val SEARCH_RESULT_ADD_NUMBER = 50
     }
 
     private var pdfInfoHandler: PdfInfoHandler? = null