Partially implements FS#6: Conference ID changed to c+bugs@conference.thedevstack.de
This commit is contained in:
parent
d2cafe58fa
commit
d84151487e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue