From 6b437b5bd609f45bba0bf9e0764cf2a35b5a3384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Dur=C3=A3o?= Date: Fri, 10 Sep 2021 12:26:36 +0100 Subject: [PATCH 1/2] Update appstate.md Added missing info to the `inactive` state --- docs/appstate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/appstate.md b/docs/appstate.md index ef28eb3ebbf..649ad6e4197 100644 --- a/docs/appstate.md +++ b/docs/appstate.md @@ -16,7 +16,7 @@ AppState is frequently used to determine the intent and proper behavior when han - in another app - on the home screen - [Android] on another `Activity` (even if it was launched by your app) -- [iOS] `inactive` - This is a state that occurs when transitioning between foreground & background, and during periods of inactivity such as entering the Multitasking view or in the event of an incoming call +- [iOS] `inactive` - This is a state that occurs when transitioning between foreground & background, and during periods of inactivity such as entering the Multitasking view, opening the Notification Centre or in the event of an incoming call For more information, see [Apple's documentation](https://developer.apple.com/documentation/uikit/app_and_scenes/managing_your_app_s_life_cycle) From f7f7f0b6679b5dae52ee92d026d5996a2318d4e8 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Mon, 13 Sep 2021 19:16:38 +0200 Subject: [PATCH 2/2] small tweaks --- docs/appstate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/appstate.md b/docs/appstate.md index 649ad6e4197..da781a68d11 100644 --- a/docs/appstate.md +++ b/docs/appstate.md @@ -16,7 +16,7 @@ AppState is frequently used to determine the intent and proper behavior when han - in another app - on the home screen - [Android] on another `Activity` (even if it was launched by your app) -- [iOS] `inactive` - This is a state that occurs when transitioning between foreground & background, and during periods of inactivity such as entering the Multitasking view, opening the Notification Centre or in the event of an incoming call +- [iOS] `inactive` - This is a state that occurs when transitioning between foreground & background, and during periods of inactivity such as entering the multitasking view, opening the Notification Center or in the event of an incoming call. For more information, see [Apple's documentation](https://developer.apple.com/documentation/uikit/app_and_scenes/managing_your_app_s_life_cycle)