Add ability to copy url from post media previews
This commit is contained in:
@@ -474,9 +474,9 @@ struct ContentView: View {
|
||||
home.filter_muted()
|
||||
}
|
||||
.onReceive(handle_notify(.local_notification)) { notif in
|
||||
let local = notif.object as! LossyLocalNotification
|
||||
|
||||
guard let damus_state else {
|
||||
guard let local = notif.object as? LossyLocalNotification,
|
||||
let damus_state else {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user