fix #1673, make sure the proper file opens at third party intents
This commit is contained in:
parent
03a3f5d187
commit
2f15893cda
1 changed files with 1 additions and 1 deletions
|
@ -1175,7 +1175,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
|||
}
|
||||
}
|
||||
}
|
||||
} else if (medium.path == mPath) {
|
||||
} else if (medium.path.equals(mPath, true)) {
|
||||
return i
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue