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

Commit a41889f7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add override annotation to updateInfo"

parents bba181fb a3f514f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,11 +29,11 @@ namespace android {
class NativeInputApplicationHandle : public InputApplicationHandle {
public:
    explicit NativeInputApplicationHandle(jweak objWeak);
    virtual ~NativeInputApplicationHandle();
    ~NativeInputApplicationHandle() override;

    jobject getInputApplicationHandleObjLocalRef(JNIEnv* env);

    virtual bool updateInfo();
    bool updateInfo() override;

private:
    jweak mObjWeak;