android: Fix added driver path
While this didn't break anything, the extra separator was unnecessary
This commit is contained in:
		@@ -179,7 +179,7 @@ class DriverManagerFragment : Fragment() {
 | 
			
		||||
                false
 | 
			
		||||
            ) {
 | 
			
		||||
                val driverPath =
 | 
			
		||||
                    "${GpuDriverHelper.driverStoragePath}/${FileUtil.getFilename(result)}"
 | 
			
		||||
                    "${GpuDriverHelper.driverStoragePath}${FileUtil.getFilename(result)}"
 | 
			
		||||
                val driverFile = File(driverPath)
 | 
			
		||||
 | 
			
		||||
                // Ignore file exceptions when a user selects an invalid zip
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user