mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +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 =
|
int screenLayout =
|
||||||
context.getResources().getConfiguration().screenLayout;
|
context.getResources().getConfiguration().screenLayout;
|
||||||
int size = screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
|
int size = screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
|
||||||
DbgUtils.showf( context, "screenSize: %d", size );
|
|
||||||
s_isTablet =
|
s_isTablet =
|
||||||
new Boolean(Configuration.SCREENLAYOUT_SIZE_LARGE <= size);
|
new Boolean(Configuration.SCREENLAYOUT_SIZE_LARGE <= size);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue