Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
App Lounge
Commits
e235abec
Commit
e235abec
authored
Jan 26, 2019
by
Nihar Thakkar
Browse files
Undo change
parent
396a9037
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/io/eelo/appinstaller/application/ApplicationActivity.kt
View file @
e235abec
...
...
@@ -552,8 +552,7 @@ class ApplicationActivity : AppCompatActivity(), ApplicationStateListener,
override
fun
onResume
()
{
super
.
onResume
()
if
(
::
application
.
isInitialized
&&
(
application
.
state
==
State
.
INSTALLED
||
application
.
state
==
State
.
NOT_UPDATED
))
{
if
(
::
application
.
isInitialized
)
{
application
.
checkForStateUpdate
(
this
)
}
}
...
...
Write
Preview
Supports
Markdown
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