mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 08:09:12 +01:00
extra logging for activity lifecycle
to help debug #2971 Closes #4342 // FREEBIE
This commit is contained in:
committed by
Moxie Marlinspike
parent
59f2446a2b
commit
d6a061d50f
@@ -208,6 +208,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle state, @NonNull MasterSecret masterSecret) {
|
||||
Log.w(TAG, "onCreate()");
|
||||
this.masterSecret = masterSecret;
|
||||
|
||||
supportRequestWindowFeature(WindowCompat.FEATURE_ACTION_BAR_OVERLAY);
|
||||
|
||||
Reference in New Issue
Block a user