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

Commit 243cc857 authored by Yorke Lee's avatar Yorke Lee
Browse files

Fix build break due to duplicate method definition

Change-Id: Id539c6f0a38d7081569fd39e77c3a095466be6ef
parent 2a11de92
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -190,11 +190,6 @@ public class DialtactsActivity extends TransactionSafeActivity implements View.O
                public void onHomeInActionBarSelected() {
                    exitSearchUi();
                }

                @Override
                public void onCallNumberDirectly(String phoneNumber) {

                }
    };

    /**