kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix crash when opening convo popup.
rodzic
2181e34e6a
commit
3bb4cdf46b
|
@ -48,13 +48,12 @@ public class ConversationPopupActivity extends ConversationActivity {
|
|||
else getWindow().setLayout((int) (width * .7), (int) (height * .75));
|
||||
|
||||
super.onCreate(bundle, ready);
|
||||
|
||||
getTitleView().setOnClickListener(null);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
getTitleView().setOnClickListener(null);
|
||||
getComposeText().requestFocus();
|
||||
getQuickAttachmentToggle().disable();
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue