Skip to content

2085

2025-08-04

  • feat: add Mihon's crash handling activity with log dumping functionality (#663) (@ArthurKun21)
  • chore: Update project structure for App module (#664) (@ArthurKun21)
  • fix: add lower bounds to play button to prevent negative coordinates (#665) (@ArthurKun21)
  • Update dependency org.junit:junit-bom to v5.13.4 (#655) (@renovate[bot])
  • Update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.2.1 (#656) (@renovate[bot])
  • Update dependency com.pinterest.ktlint:ktlint-cli to v1.7.1 (#657) (@renovate[bot])

Compare changes

App was crashing when starting the script service. This is a side-effect code to fix the initialization of play button. Due to bug in the code it causes to have negative left location causing the crash. We have now added a lower bound in order to prevent that.


We have copied code from Mihon's codebase in order to display some crashing issues.

image


Finally figured out what was wrong with my code and it is no longer ugly again.

image