mirror of
				https://github.com/SimpleMobileTools/Simple-Gallery.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	fix #1673, make sure the proper file opens at third party intents
This commit is contained in:
		| @@ -1175,7 +1175,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View | ||||
|                         } | ||||
|                     } | ||||
|                 } | ||||
|             } else if (medium.path == mPath) { | ||||
|             } else if (medium.path.equals(mPath, true)) { | ||||
|                 return i | ||||
|             } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user