Fix bug 918: Call screen always keep at 00:00 time (connecting) after manually allow Notification permissions #295
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Case 1:
(1) Install app and allow all permissions except Notifications
(2) Tap Login button
=> It shown Notifications permissions
(3) Tap OK and allow Notifications in device setting
(4) Tap login and then made a call to Android
(5) Android answered call
=> Issue: The call is connected but call sreen always kept at 00:00
Case 2:
(1) Install brekeke phone and allow all permissions and enable PN then login
(2) Kill app
(3) Go to setting of phone and block Notifications of brekeke phone
(4) Open again app
=> It show required Notifications permissions
(5) Tap OK button and allow Notifications
(6) Back again app and make a call to brekeke phone
(7) Pick up call
=> The call is connected but it always keeps at 00:00 time on call sreen (NG)