udacity / AdvancedAndroid_Emojify

139 stars 452 forks source link

Fixed sharing and saving #28

Open CODE1LT opened 7 years ago

CODE1LT commented 7 years ago

Sharing was not working, as it used temporary image path, which is deleted at the moment of shareImage method start, saving only needs to be triggered once to avoid duplication of same image file in the phone storage.