mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-05 14:37:28 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f955f720d2 | |||
| b627ac1ca6 | |||
| ac0b218376 |
Generated
+1
-1
@@ -3802,7 +3802,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "grim"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"android-activity 0.6.0",
|
||||
"android_logger",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "grim"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Ardocrat <ardocrat@proton.me>"]
|
||||
description = "Cross-platform GUI for Grin with focus on usability and availability to be used by anyone, anywhere."
|
||||
license = "Apache-2.0"
|
||||
|
||||
@@ -11,7 +11,7 @@ android {
|
||||
minSdk 24
|
||||
targetSdk 33
|
||||
versionCode 3
|
||||
versionName "0.2.0"
|
||||
versionName "0.2.1"
|
||||
}
|
||||
|
||||
def keystorePropertiesFile = rootProject.file("keystore.properties")
|
||||
|
||||
@@ -533,7 +533,6 @@ impl WalletsContent {
|
||||
show_selection = true;
|
||||
});
|
||||
if show_selection {
|
||||
self.conn_selection_content = None;
|
||||
ExternalConnection::check(None, ui.ctx());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -195,6 +195,7 @@ impl Mnemonic {
|
||||
// Setup phrase size.
|
||||
let confirm = self.mode == PhraseMode::Generate;
|
||||
if !confirm {
|
||||
self.words = Self::empty_words(&size);
|
||||
self.size = size;
|
||||
} else if self.size != size {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user