mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-24 23:35:54 +03:00
[PR #476] [CLOSED] (FIX) Check default SMS app before delete inbox sms #491
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#491
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ushahidi/SMSSync/pull/476
Author: @datnguyen92
Created: 5/30/2017
Status: ❌ Closed
Base:
master← Head:fix_delete_inbox_sms_crash_on_non_default_sms_app📝 Commits (1)
8649c8e(FIX) Check default SMS app before delete inbox sms📊 Changes
1 file changed (+11 additions, -5 deletions)
View changed files
📝
smssync/src/main/java/org/addhen/smssync/smslib/sms/ProcessSms.java(+11 -5)📄 Description
On certain phones (e.g. Huawei Mate 8 running Nougat), if SMSSync is not the default SMS app, the app will crash when execute method delSmsFromInbox(). Below is the stack trace for this issue:
In order to void that, I propose to check the default SMS app before deleting inbox message
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.