equal
deleted
inserted
replaced
41 } |
41 } |
42 |
42 |
43 void CPodcastAppUi::ConstructL() |
43 void CPodcastAppUi::ConstructL() |
44 { |
44 { |
45 DP("CPodcastAppUi::ConstructL() BEGIN"); |
45 DP("CPodcastAppUi::ConstructL() BEGIN"); |
|
46 #ifndef SYMBIAN1_UI |
46 BaseConstructL(CAknAppUi::EAknEnableSkin); |
47 BaseConstructL(CAknAppUi::EAknEnableSkin); |
|
48 #else |
|
49 BaseConstructL(CAknAppUi::EAknEnableSkin | EAknSingleClickCompatible); |
|
50 #endif |
47 |
51 |
48 iPodcastModel->ConnectionEngine().AddObserver(this); |
52 iPodcastModel->ConnectionEngine().AddObserver(this); |
49 |
53 |
50 DP("Constructing FeedView"); |
54 DP("Constructing FeedView"); |
51 iFeedView = CPodcastFeedView::NewL(*iPodcastModel); |
55 iFeedView = CPodcastFeedView::NewL(*iPodcastModel); |