This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache multiple Android action button pushes if app is not running (#1272
) * Use unique pending intent request code to enable multiple simultaneous notifications with action buttons * Append i to notId to ensure pending intent request code is unique when multiple notId's are sequential * Use random number for Android action button pending intent request codes * By nicoabie: Cache multiple Android action button presses if the app is in the background (resolved conflicts) * import java.util.ArrayList * Revert changes to index.spec.js * Use a synchonized list for gCachedExtras
- Loading branch information