Skip to content

Commit

Permalink
feat: tweak the app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipme committed Sep 17, 2024
1 parent 03f1ff3 commit 2cd873b
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MoeMemos/Assets.xcassets/AppIcon.appiconset/iPad_App_76_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions MoeMemos/Helpers/TextView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ struct TextView: UIViewRepresentable {

func textViewDidChange(_ textView: UITextView) {
parent._text.wrappedValue = textView.text
parent._selection.wrappedValue = Range(textView.selectedRange, in: textView.text)
}

func textViewDidChangeSelection(_ textView: UITextView) {
parent._text.wrappedValue = textView.text
parent._selection.wrappedValue = Range(textView.selectedRange, in: textView.text)
}

Expand Down

0 comments on commit 2cd873b

Please sign in to comment.