mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
TransformImageImpl.kt: removed unreachable code
This commit is contained in:
parent
e85d59e52a
commit
543d18b26e
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ class TransformImageImpl : TransformImage {
|
||||||
} catch (e: LLJTranException) {
|
} catch (e: LLJTranException) {
|
||||||
Timber.tag("Error").d(e)
|
Timber.tag("Error").d(e)
|
||||||
return null
|
return null
|
||||||
false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rotated) {
|
if (rotated) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue