mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[reader] Make improve coding style and added empty view message
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "apps/i18n.h"
|
||||
|
||||
|
||||
namespace reader {
|
||||
namespace Reader {
|
||||
|
||||
I18n::Message App::Descriptor::name() {
|
||||
return I18n::Message::ReaderApp;
|
||||
@@ -32,7 +32,8 @@ App::Descriptor * App::Snapshot::descriptor() {
|
||||
App::App(Snapshot * snapshot) :
|
||||
::App(snapshot, &m_stackViewController),
|
||||
m_listBookController(&m_stackViewController),
|
||||
m_stackViewController(nullptr, &m_listBookController)
|
||||
m_alternateEmptyViewController(&m_stackViewController, &m_listBookController, &m_listBookController),
|
||||
m_stackViewController(&m_modalViewController, &m_alternateEmptyViewController)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user