Skip to content

Commit

Permalink
Merge pull request #206 from mudkipme/fix/icons
Browse files Browse the repository at this point in the history
feat: tweak the app icon
  • Loading branch information
mudkipme authored Sep 17, 2024
2 parents 03f1ff3 + 2cd873b commit ce07df2
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 ce07df2

Please sign in to comment.