File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/main/kotlin/com/simplemobiletools/filemanager/pro/activities Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ android {
6464}
6565
6666dependencies {
67- implementation ' com.github.SimpleMobileTools:Simple-Commons:bb9c9e8714 '
67+ implementation ' com.github.SimpleMobileTools:Simple-Commons:f8b1a5a510 '
6868 implementation ' com.github.tibbi:AndroidPdfViewer:da57ff410e'
6969 implementation ' com.github.Stericson:RootTools:df729dcb13'
7070 implementation ' com.github.Stericson:RootShell:1.6'
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ class MainActivity : SimpleActivity() {
111111
112112 setupTabColors()
113113 setupToolbar(main_toolbar, searchMenuItem = searchMenuItem)
114+ refreshMenuItems()
114115
115116 getAllFragments().forEach {
116117 it?.onResume(getProperTextColor())
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ class PDFViewerActivity : SimpleActivity() {
2323
2424 override fun onCreate (savedInstanceState : Bundle ? ) {
2525 showTransparentTop = true
26+ showTransparentNavigation = true
2627
2728 super .onCreate(savedInstanceState)
2829 setContentView(R .layout.activity_pdf_viewer)
You can’t perform that action at this time.
0 commit comments