Skip to content

Commit d6b7efb

Browse files
author
Jan Guegel
committed
remove indent
Signed-off-by: Jan Guegel <[email protected]>
1 parent e76565d commit d6b7efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/org/fossify/filemanager/activities/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class MainActivity : SimpleActivity() {
306306
}
307307
}
308308

309-
private fun initFileManager(refreshRecents: Boolean) {
309+
private fun initFileManager(refreshRecents: Boolean) {
310310
if (intent.action == Intent.ACTION_VIEW && intent.data != null) {
311311
val data = intent.data
312312
if (data?.scheme == "file") {

0 commit comments

Comments
 (0)