mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-01 06:03:18 +01:00
Fix crashes and issues with blurred avatars.
- Tinting on Android 5/6 caused NPE deep in Android - Invite group flow can have zero members - Missed spot to blur avatar in old notification flow
This commit is contained in:
4
app/src/main/res/drawable/circle_tint_darker.xml
Normal file
4
app/src/main/res/drawable/circle_tint_darker.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
||||
<solid android:color="@color/transparent_black_40"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user