You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the hardening added to BaseCrashReportDialog in #413, this is no longer possible. A preInit(Bundle savedInstanceState) method in BaseCrashReportDialog would resolve this.
The text was updated successfully, but these errors were encountered:
To properly use
AppCompatDelegate
it is necessary to initialize it beforesuper.onCreate()
is called:With the hardening added to
BaseCrashReportDialog
in #413, this is no longer possible. ApreInit(Bundle savedInstanceState)
method inBaseCrashReportDialog
would resolve this.The text was updated successfully, but these errors were encountered: