Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
P
PDF Viewer Scanner White ago
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kuxulei
PDF Viewer Scanner White ago
Commits
689df516
Commit
689df516
authored
Oct 12, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
a3336964
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
PdfSelectActivity.kt
...dfviewerscannerwhite/ui/document/pdf/PdfSelectActivity.kt
+1
-1
DocumentFragment.kt
...om/base/pdfviewerscannerwhite/ui/main/DocumentFragment.kt
+1
-0
MainActivity.kt
...va/com/base/pdfviewerscannerwhite/ui/main/MainActivity.kt
+1
-1
No files found.
app/src/main/java/com/base/pdfviewerscannerwhite/ui/document/pdf/PdfSelectActivity.kt
View file @
689df516
app/src/main/java/com/base/pdfviewerscannerwhite/ui/main/DocumentFragment.kt
View file @
689df516
...
...
@@ -308,6 +308,7 @@ class DocumentFragment(
if
(
item
.
isNotEmpty
())
{
item
.
map
{
it
.
uiType
=
4
}
searchAdapter
.
submitList
(
item
)
binding
.
llEmpty
.
visibility
=
View
.
INVISIBLE
}
else
{
binding
.
llEmpty
.
visibility
=
View
.
VISIBLE
}
...
...
app/src/main/java/com/base/pdfviewerscannerwhite/ui/main/MainActivity.kt
View file @
689df516
...
...
@@ -383,7 +383,7 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView {
fun
changeSearchUI
(
show
:
Boolean
)
{
if
(
show
)
{
binding
.
ivScan
.
visibility
=
View
.
INVISIBLE
binding
.
llBottom
.
visibility
=
View
.
INVISIBL
E
binding
.
llBottom
.
visibility
=
View
.
GON
E
}
else
{
binding
.
ivScan
.
visibility
=
View
.
VISIBLE
binding
.
llBottom
.
visibility
=
View
.
VISIBLE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment