dozingcat / VectorCamera

Android app that applies real-time effects to the camera input
GNU General Public License v3.0
133 stars 18 forks source link

Fix sharing bugs. #58

Closed dozingcat closed 1 year ago

dozingcat commented 1 year ago

Most importantly, removes FLAG_ACTIVITY_NO_HISTORY when starting image/video sharing activities. This was breaking the "Save to device" handler because after it started another activity to create a new file, it never got that activity's result and wasn't able to write data to the file.