DocumentsUI: fix crash in desktop/tablet mode when selecting files
The item_doc_list.xml in res/layout uses local-scoped R.id.icon, but the tablet variant uses android.R.id.icon, which causes findViewById() to return null and causes NPE in DocumentsUI. Change-Id: I56871a994dd33dbbee4577ce744cc704568aefc2
Loading
Please register or sign in to comment