Skip to content

Commit

Permalink
Follow-up to fix issue #421
Browse files Browse the repository at this point in the history
unackedNotificationID=crAutoDisabled
  • Loading branch information
Catfriend1 committed Jun 17, 2019
1 parent a6e5bae commit 107415f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class Options {
// Items that may be temporarily missing because they are empty.
/**
* Possible notification IDs:
* crAutoDisabled (crash reporting after upgrade to v1.2.0)
* crAutoEnabled (crash reporting after upgrade to v1.2.0)
*/
public String unackedNotificationID = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ private void updateIfNeeded() {
if (node.getNodeName().equals("unackedNotificationID")) {
switch (getContentOrDefault(node, "")) {
case "crAutoEnabled":
case "crAutoDisabled":
case "fsWatcherNotification":
Log.i(TAG, "Remove found unackedNotificationID '" + node + "'.");
options.removeChild(node);
Expand Down

0 comments on commit 107415f

Please sign in to comment.