kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix NPE when launching conversation bubble.
rodzic
6801b5a1a3
commit
837f86bdd3
|
@ -74,7 +74,10 @@ public class ConversationIntents {
|
|||
static @NonNull Bundle createParentFragmentArguments(@NonNull Intent intent) {
|
||||
Bundle bundle = new Bundle();
|
||||
|
||||
if (intent.getExtras() != null) {
|
||||
bundle.putAll(intent.getExtras());
|
||||
}
|
||||
|
||||
bundle.putParcelable(INTENT_DATA, intent.getData());
|
||||
bundle.putString(INTENT_TYPE, intent.getType());
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue