Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
F
File Recovery RecycleBin
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
wanglei
File Recovery RecycleBin
Commits
67f8542d
Commit
67f8542d
authored
Jul 30, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
2b4ad088
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
HomeFragment.kt
.../com/base/filerecoveryrecyclebin/fragment/HomeFragment.kt
+2
-2
No files found.
app/src/main/java/com/base/filerecoveryrecyclebin/fragment/HomeFragment.kt
View file @
67f8542d
...
@@ -15,7 +15,6 @@ import com.base.filerecoveryrecyclebin.activity.MainActivity
...
@@ -15,7 +15,6 @@ import com.base.filerecoveryrecyclebin.activity.MainActivity
import
com.base.filerecoveryrecyclebin.activity.SettingActivity
import
com.base.filerecoveryrecyclebin.activity.SettingActivity
import
com.base.filerecoveryrecyclebin.activity.appmanager.AppManagerAnimationActivity
import
com.base.filerecoveryrecyclebin.activity.appmanager.AppManagerAnimationActivity
import
com.base.filerecoveryrecyclebin.activity.appprocess.AppProcessAnimationActivity
import
com.base.filerecoveryrecyclebin.activity.appprocess.AppProcessAnimationActivity
import
com.base.filerecoveryrecyclebin.activity.battery.BatteryActivity
import
com.base.filerecoveryrecyclebin.activity.battery.BatteryInfoAnimationActivity
import
com.base.filerecoveryrecyclebin.activity.battery.BatteryInfoAnimationActivity
import
com.base.filerecoveryrecyclebin.activity.junkclean.ScanJunkActivity
import
com.base.filerecoveryrecyclebin.activity.junkclean.ScanJunkActivity
import
com.base.filerecoveryrecyclebin.activity.largefile.LargeFileAnimationActivity
import
com.base.filerecoveryrecyclebin.activity.largefile.LargeFileAnimationActivity
...
@@ -98,7 +97,8 @@ class HomeFragment : BaseFragment<FragmentHome3Binding>() {
...
@@ -98,7 +97,8 @@ class HomeFragment : BaseFragment<FragmentHome3Binding>() {
}
}
binding
.
ivArrowUp
.
setOnClickListener
{
binding
.
ivArrowUp
.
setOnClickListener
{
binding
.
nestedScrollView
.
smoothScrollTo
(
0
,
0
)
val
scrollDistance
:
Int
=
binding
.
nestedScrollView
.
getChildAt
(
0
).
height
binding
.
nestedScrollView
.
smoothScrollTo
(
0
,
scrollDistance
)
}
}
}
}
...
...
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