Skip to content

Commit 18b4a23

Browse files
authored
Merge branch 'master' into feat/connection-issues-view
2 parents fbe31db + fc4968d commit 18b4a23

9 files changed

Lines changed: 330 additions & 220 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Fixed
11+
- Polish Primary, Secondary, and Tertiary buttons to match Figma design specs #887
1112
- Avoid msat truncation when paying invoices and LNURL callbacks #879
1213
- Fix ANR on RGS server settings screen caused by catastrophic regex backtracking #880
1314
- Fix crash when returning app to foreground on Receive screen #875

app/src/main/java/to/bitkit/di/HttpModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ import io.ktor.http.contentType
1818
import io.ktor.http.isSuccess
1919
import io.ktor.serialization.kotlinx.json.json
2020
import kotlinx.serialization.json.Json
21-
import to.bitkit.utils.UrlValidator
2221
import to.bitkit.utils.AppError
2322
import to.bitkit.utils.Logger
23+
import to.bitkit.utils.UrlValidator
2424
import javax.inject.Singleton
2525
import io.ktor.client.plugins.logging.Logger as KtorLogger
2626

app/src/main/java/to/bitkit/ui/Locals.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,3 @@ val settingsViewModel: SettingsViewModel?
5353

5454
val backupsViewModel: BackupsViewModel?
5555
@Composable get() = LocalBackupsViewModel.current
56-
57-
val drawerState: DrawerState?
58-
@Composable get() = LocalDrawerState.current

0 commit comments

Comments
 (0)