application/src/PodcastAppui.cpp
changeset 100 eefed4bda2e2
parent 92 70749e2f572d
child 101 68b48f53a8ec
equal deleted inserted replaced
99:46baf9a7cadd 100:eefed4bda2e2
    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     BaseConstructL(CAknAppUi::EAknEnableSkin); 
    46     BaseConstructL(CAknAppUi::EAknEnableSkin | CAknAppUi::EAknEnableMSK | CAknAppUi::EAknSingleClickCompatible); 
    47 
    47 
    48     iPodcastModel->ConnectionEngine().AddObserver(this);
    48     iPodcastModel->ConnectionEngine().AddObserver(this);
    49     
    49     
    50     DP("Constructing FeedView");
    50     DP("Constructing FeedView");
    51 	iFeedView = CPodcastFeedView::NewL(*iPodcastModel);
    51 	iFeedView = CPodcastFeedView::NewL(*iPodcastModel);