You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added option to save input image to gallery from detail when generating via img2img
* Hiding export button on Detail Info tab
* Apply fade in/out to export icon
---------
Co-authored-by: ShiftHackZ <[email protected]>
Copy file name to clipboardExpand all lines: presentation/src/main/java/com/shifthackz/aisdv1/presentation/screen/gallery/detail/GalleryDetailScreen.kt
Copy file name to clipboardExpand all lines: presentation/src/main/java/com/shifthackz/aisdv1/presentation/screen/gallery/detail/GalleryDetailViewModel.kt
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,17 @@ class GalleryDetailViewModel(
79
79
}
80
80
81
81
privatefunshare() {
82
-
if (currentState !isGalleryDetailState.Content) return
0 commit comments