mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
use local instead of ivar
This commit is contained in:
parent
9922a8fdd1
commit
7a1b9701c5
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@ public class XWListActivity extends ListActivity implements ListDelegator {
|
|||
super.onCreate( savedInstanceState );
|
||||
m_dlgt = dlgt;
|
||||
|
||||
int layoutID = m_dlgt.getLayoutID();
|
||||
int layoutID = dlgt.getLayoutID();
|
||||
if ( 0 < layoutID ) {
|
||||
m_dlgt.setContentView( layoutID );
|
||||
dlgt.setContentView( layoutID );
|
||||
}
|
||||
|
||||
dlgt.init( savedInstanceState );
|
||||
|
|
Loading…
Add table
Reference in a new issue