Skip to content

Commit 4161630

Browse files
committed
Merge remote-tracking branch 'origin/master' into feature/client-no-socket
2 parents 2ea9087 + 7c7da1d commit 4161630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/PushNotifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ allprojects {
283283
- `minSdkVersion 21`
284284
- `compileSdkVersion 33`
285285
4. Run Gradle sync
286-
5. Change your `MainActivity` to extend the `CourierFlutterActivity`
286+
5. Change your `MainActivity` to extend the `CourierFlutterActivity` (or `CourierFlutterFragmentActivity` if you're using a `FragmentActivity`)
287287
- This allows Courier to handle when push notifications are delivered and clicked
288288
6. Setup a new Notification Service by creating a new file and pasting the code below in it
289289
- This allows you to present a notification to your user when a new notification arrives

0 commit comments

Comments
 (0)