mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
fix crash by overriding with correct signature
This commit is contained in:
parent
b9d9fc2520
commit
eb2cd37980
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ public class BTInviteDelegate extends InviteDelegate
|
|||
m_activity = delegator.getActivity();
|
||||
}
|
||||
|
||||
protected void init()
|
||||
@Override
|
||||
protected void init( Bundle savedInstanceState )
|
||||
{
|
||||
super.init( R.id.button_invite, R.id.button_rescan,
|
||||
R.id.button_clear, R.id.invite_desc,
|
||||
|
|
Loading…
Reference in a new issue