Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
Linhome-Android
Commits
7f61af19
Commit
7f61af19
authored
Jun 26, 2020
by
Christophe Deschamps
Browse files
Refactoring
Former-commit-id: b280e738c06cba18c6bff45ef0c778e70130c8d6
parent
75632d8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
app/src/main/java/org/lindoor/ui/assistant/remote/RemoteAnyAccountViewModel.kt
.../lindoor/ui/assistant/remote/RemoteAnyAccountViewModel.kt
+0
-1
No files found.
app/src/main/java/org/lindoor/ui/assistant/remote/RemoteAnyAccountViewModel.kt
View file @
7f61af19
...
...
@@ -15,7 +15,6 @@ class RemoteAnyAccountViewModel : ViewModel() {
Pair
(
MutableLiveData
<
String
>(),
MutableLiveData
<
Boolean
>(
false
))
var
configurationResult
=
MutableLiveData
<
ConfiguringState
>()
var
qrCodeFound
=
MutableLiveData
<
String
>()
val
pushReady
=
MutableLiveData
<
Boolean
>()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment