~aleteoryx/muditaos

ref: 20bedafcc86a82345eaf1bbc37a73ac31c93daae muditaos/module-apps/application-phonebook/widgets/ContactListItem.hpp -rw-r--r-- 315 bytes
20bedafc — Lefucjusz [MOS-863] Fix phonebook crash when adding country prefix 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#pragma once

#include "application-phonebook/data/PhonebookItemData.hpp"

namespace gui
{
    using ContactListItem = ListItemWithCallbacks<ContactRecord>;
} /* namespace gui */