application/src/PodcastAppui.cpp
changeset 137 eefed4bda2e2
parent 125 70749e2f572d
child 140 68b48f53a8ec
equal deleted inserted replaced
134:46baf9a7cadd 137: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);