Skip to content

Commit

Permalink
Improvements, reworking saturation
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Nov 13, 2024
1 parent 58dc421 commit d68cd1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/java/com/awxkee/aire/desktop/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ class MainActivity : ComponentActivity() {

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
val bitmap0 =
BitmapFactory.decodeResource(resources, R.drawable.test_augea)
.copy(Bitmap.Config.ARGB_8888, true)
// val bitmap0 =
// BitmapFactory.decodeResource(resources, R.drawable.test_augea)
// .copy(Bitmap.Config.ARGB_8888, true)
setContent {
AireDesktopTheme {
val scope = rememberCoroutineScope()
Expand Down

0 comments on commit d68cd1d

Please sign in to comment.