Loading app/src/main/java/foundation/e/apps/application/model/IntegrityVerificationTask.kt +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
app/src/main/java/foundation/e/apps/application/model/IntegrityVerificationTask.kt +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading