kopia lustrzana https://github.com/ryukoposting/Signal-Android
finish ConversationActivity on delete of empty thread
Fixes #3086 Closes #3124 // FREEBIEfork-5.53.8
rodzic
75edb8c12c
commit
b6e241b0dc
|
@ -504,10 +504,10 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
public void onClick(DialogInterface dialog, int which) {
|
||||
if (threadId > 0) {
|
||||
DatabaseFactory.getThreadDatabase(ConversationActivity.this).deleteConversation(threadId);
|
||||
composeText.getText().clear();
|
||||
threadId = -1;
|
||||
finish();
|
||||
}
|
||||
composeText.getText().clear();
|
||||
threadId = -1;
|
||||
finish();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue