We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9ed40 commit 1d5234fCopy full SHA for 1d5234f
rust/src/android_editor.rs
@@ -1,7 +1,3 @@
1
-use std::sync::mpsc::{self, Receiver};
2
-
3
-use j4rs::{Instance, InvocationArg, Jvm};
4
-use log::*;
5
// Copyright 2017 astonbitecode
6
// This file is part of rust-keylock password manager.
7
//
@@ -17,6 +13,8 @@ use log::*;
17
13
18
14
// You should have received a copy of the GNU General Public License
19
15
// along with rust-keylock. If not, see <http://www.gnu.org/licenses/>.
16
+use j4rs::{Instance, InvocationArg, Jvm};
+use log::*;
20
use rust_keylock::{
21
AsyncEditor,
22
Menu,
@@ -25,7 +23,7 @@ use rust_keylock::{
25
23
Safe, UserOption,
26
24
UserSelection,
27
};
28
+use std::sync::mpsc::{self, Receiver};
29
use super::japi;
30
31
pub struct AndroidImpl {
0 commit comments