mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
remove debugging toast
This commit is contained in:
parent
a485480496
commit
59f5c17e78
1 changed files with 0 additions and 1 deletions
|
@ -469,7 +469,6 @@ public class XWPrefs {
|
|||
int screenLayout =
|
||||
context.getResources().getConfiguration().screenLayout;
|
||||
int size = screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
|
||||
DbgUtils.showf( context, "screenSize: %d", size );
|
||||
s_isTablet =
|
||||
new Boolean(Configuration.SCREENLAYOUT_SIZE_LARGE <= size);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue