diff options
author | steckbrief <steckbrief@chefmail.de> | 2015-12-02 23:00:44 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2015-12-02 23:00:44 +0100 |
commit | 6fdc38911c47ea4bd57d3706c9987e59af21fd90 (patch) | |
tree | 0a491ea01c5382649a8fce2eeb301be26ea211c9 /src/main/java | |
parent | 9efc13983516c4c37540eb9544f8fa411ded81c7 (diff) |
Fixed compile error in inner class
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/de/thedevstack/conversationsplus/utils/ExceptionHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/thedevstack/conversationsplus/utils/ExceptionHelper.java b/src/main/java/de/thedevstack/conversationsplus/utils/ExceptionHelper.java index 1b2a5a96..dc8ca40d 100644 --- a/src/main/java/de/thedevstack/conversationsplus/utils/ExceptionHelper.java +++ b/src/main/java/de/thedevstack/conversationsplus/utils/ExceptionHelper.java @@ -36,7 +36,7 @@ public class ExceptionHelper { } } - public static void checkForCrash(Context context, + public static void checkForCrash(final Context context, final XmppConnectionService service) { try { boolean neverSend = ConversationsPlusPreferences.neverSend(); |