aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2015-12-02 23:00:44 +0100
committersteckbrief <steckbrief@chefmail.de>2015-12-02 23:00:44 +0100
commit6fdc38911c47ea4bd57d3706c9987e59af21fd90 (patch)
tree0a491ea01c5382649a8fce2eeb301be26ea211c9
parent9efc13983516c4c37540eb9544f8fa411ded81c7 (diff)
Fixed compile error in inner class
-rw-r--r--src/main/java/de/thedevstack/conversationsplus/utils/ExceptionHelper.java2
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();