SimpleMobileTools / Simple-Camera

Quick photo and video camera with a flash, customizable aspect ratio.
https://www.simplemobiletools.com
GNU General Public License v3.0
747 stars 288 forks source link

Feature / migrating to target sdk 34 #432

Closed fatihergin closed 10 months ago

fatihergin commented 11 months ago
tibbi commented 10 months ago

lets use the calculators binding for consistency please, it says private val binding by lazy(LazyThreadSafetyMode.NONE) { ActivityMainBinding.inflate(layoutInflater) }

fatihergin commented 10 months ago

lets use the calculators binding for consistency please, it says private val binding by lazy(LazyThreadSafetyMode.NONE) { ActivityMainBinding.inflate(layoutInflater) }

done

tibbi commented 10 months ago

thanks, should be good