Partially implements FS#6: Conference ID changed to c+bugs@conference.thedevstack.de

This commit is contained in:
steckbrief 2016-02-13 21:11:45 +01:00
parent d2cafe58fa
commit d84151487e

View file

@ -35,7 +35,7 @@ public class ExceptionHelper {
}
}
public static boolean checkForCrash(ConversationActivity activity, final XmppConnectionService service) {
public static boolean checkForCrash(final ConversationActivity activity, final XmppConnectionService service) {
try {
boolean neverSend = ConversationsPlusPreferences.neverSend();
if (neverSend) {
@ -92,7 +92,7 @@ public class ExceptionHelper {
Conversation conversation = null;
try {
conversation = service.findOrCreateConversation(finalAccount,
Jid.fromString("bugs@siacs.eu"), false);
Jid.fromString(activity.getString(R.string.cplus_bugreport_jabberid)), false);
} catch (final InvalidJidException ignored) {
}
Message message = new Message(conversation, report