mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
attempt to trap a crash a bit earlier for diagnosis
This commit is contained in:
parent
1bf62d4b91
commit
02085d669d
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ public class FeedUtils {
|
|||
}
|
||||
|
||||
public static void doAction(final ReadingAction ra, final Context context) {
|
||||
if (ra == null) throw new IllegalArgumentException("ReadingAction must not be null");
|
||||
new AsyncTask<Void, Void, Void>() {
|
||||
@Override
|
||||
protected Void doInBackground(Void... arg) {
|
||||
|
|
Loading…
Add table
Reference in a new issue