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
(chore) AMM v2.3.8 - last supported version before v3
This update includes:
- CronetLoader: Added utility for loading Cronet engine builder via reflection without direct dependency on Google Play Services.
- Cronet Provider: Attempted to install GMS Cronet provider using reflection.
- Notification: Added a notification for the last supported version before v3.
- Strings: Added strings related to the last supported version message.
- Code Cleanup: Refactored code for readability and maintainability.
- Library Updates: Updated dependencies and libraries.
- UI Improvements: Minor UI adjustments and improvements.
Signed-off-by: androidacy-user <opensource@androidacy.com>
val insets = windowInsets.getInsets(WindowInsetsCompat.Type.systemBars())
39
+
view.setPadding(0, insets.top, 0, insets.bottom)
40
+
WindowInsetsCompat.CONSUMED
41
+
}
32
42
// set crash_details MaterialTextView to the exception passed in the intent or unknown if null
33
43
// convert stacktrace from array to string, and pretty print it (first line is the exception, the rest is the stacktrace, with each line indented by 4 spaces)
34
44
val crashDetails = findViewById<MaterialTextView>(R.id.crash_details)
0 commit comments