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
ebbe52cc
Commit
ebbe52cc
authored
Mar 16, 2021
by
narinder Rana
Browse files
handle exception add comment Toast message
parent
b86faa91
Pipeline
#106317
passed with stage
in 4 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/foundation/e/apps/application/model/IntegrityVerificationTask.kt
View file @
ebbe52cc
...
...
@@ -129,6 +129,8 @@ class IntegrityVerificationTask(
return
signature
.
verify
()
}
catch
(
e
:
Exception
)
{
e
.
printStackTrace
()
//Toast message if we want to show message to user
}
return
false
;
...
...
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