Fixed crash on share due to lack of notification icon

This commit is contained in:
Sean 2024-12-19 08:49:09 -05:00
parent bb97727f01
commit 735da604a2
2 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View file

@ -10,8 +10,6 @@
.DS_Store
/build
/captures
/app
/.gradle
.externalNativeBuild
.cxx
local.properties

View file

@ -0,0 +1,5 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
<path android:fillColor="@android:color/white" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,17h-2v-2h2v2zM13,13h-2L11,7h2v6z"/>
</vector>