Skip to content

Commit

Permalink
Disable error reporting for missing ACTION_IGNORE_BATTERY_OPTIMIZATIO…
Browse files Browse the repository at this point in the history
…N_SETTINGS handler.
  • Loading branch information
zamojski committed Aug 26, 2020
1 parent 44aef25 commit 0e8b268
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,6 @@ private void startBatteryOptimizationsSystemActivity() {
startActivityForResult(intent, BATTERY_OPTIMIZATIONS_ACTIVITY_RESULT);
} catch (ActivityNotFoundException ex) {
Timber.w(ex, "startBatteryOptimizationsSystemActivity(): Could not open Settings to change battery optimizations");
MyApplication.handleSilentException(ex);
showCannotOpenAndroidSettingsDialog();
}
}
Expand Down

0 comments on commit 0e8b268

Please sign in to comment.