Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebbe52cc authored by narinder Rana's avatar narinder Rana
Browse files

handle exception add comment Toast message

parent b86faa91
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;