mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
commented out code to add notification used to duplicate the bug
addresses by the previous commit.
This commit is contained in:
parent
80ebcff4c9
commit
4791ccaca8
2 changed files with 11 additions and 0 deletions
|
@ -633,6 +633,9 @@ public class BoardDelegate extends DelegateBase
|
||||||
protected void onResume()
|
protected void onResume()
|
||||||
{
|
{
|
||||||
super.onResume();
|
super.onResume();
|
||||||
|
// if( BuildConfig.DEBUG ) {
|
||||||
|
// GameUtils.postSelfNotification( m_activity, m_rowid );
|
||||||
|
// }
|
||||||
doResume( false );
|
doResume( false );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1126,6 +1126,14 @@ public class GameUtils {
|
||||||
return rint;
|
return rint;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// public static void postSelfNotification( Context context, long rowid )
|
||||||
|
// {
|
||||||
|
// Assert.assertTrue( BuildConfig.DEBUG );
|
||||||
|
// Intent intent = GamesListDelegate.makeRowidIntent( context, rowid );
|
||||||
|
// Utils.postNotification( context, intent, "launch",
|
||||||
|
// String.format("%d", rowid), (int)rowid );
|
||||||
|
// }
|
||||||
|
|
||||||
public static void postMoveNotification( Context context, long rowid,
|
public static void postMoveNotification( Context context, long rowid,
|
||||||
BackMoveResult bmr,
|
BackMoveResult bmr,
|
||||||
boolean isTurnNow )
|
boolean isTurnNow )
|
||||||
|
|
Loading…
Add table
Reference in a new issue