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

Commit 91d04a78 authored by Yorke Lee's avatar Yorke Lee
Browse files

Add InCall dialpad to screenType -> screenName map

Bug: 23164804
Change-Id: I414d35312589c2a773176aae267ba5726361fa24
parent 6752a2ff
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -121,6 +121,9 @@ public class ScreenEvent {
        sScreenNameMap.put(ScreenEvent.INCOMING_CALL, AnswerFragment.class.getSimpleName());
        sScreenNameMap.put(ScreenEvent.CONFERENCE_MANAGEMENT,
                ConferenceManagerFragment.class.getSimpleName());
        sScreenNameMap.put(ScreenEvent.INCALL_DIALPAD,
                getScreenNameWithTag(DialpadFragment.class.getSimpleName(), "InCall"));

    }

    /**