Skip to content

Commit

Permalink
- small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo03v committed Apr 15, 2024
1 parent 4d44904 commit 43260e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ class CategoryViewModel(
is CategoryEvent.DeleteCategory -> {
viewModelScope.launch {
dao.deleteCategory(event.category)

/*_state.update {
it.copy(
// TODO: If current category, then switch to default
)
}*/
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ fun ConfigurationsTabItemPreview() {
color = MaterialTheme.colorScheme.background,
) {
ConfigurationsTabItem(
title = "F-Droid",
description = "please support them",
link = "https://f-droid.org".toUri(),
title = "Overload Website",
description = "click here to open the website",
link = "https://overload.pablos.cloud".toUri(),
icon = Icons.Rounded.Info,
)
}
Expand Down
3 changes: 1 addition & 2 deletions spotless/copyright.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/**
* Copyright $YEAR The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -13,4 +13,3 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

0 comments on commit 43260e7

Please sign in to comment.