File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments