Skip to content

Commit 6dffc13

Browse files
committed
Update
1 parent 3b0f444 commit 6dffc13

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

app/src/main/java/com/tool/tree/ActivityFileSelector.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ class ActivityFileSelector : AppCompatActivity() {
3737
ThemeModeState.switchTheme(this)
3838
binding = ActivityFileSelectorBinding.inflate(layoutInflater)
3939
setContentView(binding.root)
40-
binding.editorRoot.isDrawStrokeEnabled = false
40+
41+
binding.fileActivi.isDrawStrokeEnabled = false
4142
BlurEngine.controller.captureAndBlur(this)
43+
4244
val toolbar = findViewById<View>(R.id.toolbar) as Toolbar
4345
this.toolbar = toolbar
4446
setSupportActionBar(toolbar)

app/src/main/res/layout/activity_file_selector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
77
android:clipToPadding="true"
8-
android:id="@+id/editor_root"
8+
android:id="@+id/file_activi"
99
android:fitsSystemWindows="false"
1010
tools:openDrawer="start">
1111

0 commit comments

Comments
 (0)