Ogaku / Oshi

The Hoshi of Oshi's
GNU General Public License v3.0
11 stars 2 forks source link

Cupertino: Handle notification clicks #8

Closed KimihikoAkayasaki closed 10 months ago

KimihikoAkayasaki commented 10 months ago

Notifications contain specific payloads that can be parsed for opening. However, the session GUID is not being passed — consider adding for background activation and possible invocation of older notifications.

KimihikoAkayasaki commented 10 months ago

Both the session GUID and an optional register data are passed to the notification payload. The app can handle both foreground and background activation. If any other pages exist in the navigation stack, no pop's will be called, and if there's no register data to parse, the timeline page will be opened.

KimihikoAkayasaki commented 10 months ago

Resolved by 5d6bdb793d88d2b454632c6b415a675633efdce3