Fix rounded corners bitmap double free

Fixes #4732
// FREEBIE
This commit is contained in:
Moxie Marlinspike
2017-01-08 13:06:11 -08:00
parent 5804213152
commit 4ad989cc38
3 changed files with 26 additions and 15 deletions

View File

@@ -9,7 +9,8 @@
<ImageView android:id="@+id/thumbnail"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent"
android:scaleType="centerCrop"/>
</org.thoughtcrime.securesms.components.SquareFrameLayout>