mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 05:17:56 +00:00
Reduce APNGParser logging.
This commit is contained in:
@@ -96,9 +96,7 @@ public class APNGParser {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
if (!(e instanceof FormatException)) {
|
return false;
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user