mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-01-02 04:30:52 -05:00
Merge pull request #645 from KryptKode/fix/file_shortcut
fix shortcut opening wrong tab
This commit is contained in:
@@ -365,6 +365,8 @@ class MainActivity : SimpleActivity() {
|
||||
if (!File(data.path!!).isDirectory) {
|
||||
tryOpenPathIntent(data.path!!, false, finishActivity = true)
|
||||
}
|
||||
|
||||
main_view_pager.currentItem = 0
|
||||
} else {
|
||||
openPath(config.homeFolder)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user