What you see just below where everyone is talking is a shout box NOT a search box CLICK HERE if you are confused on where the search bar is
We've noticed that you've been inactive for over 30 minute(s). We've stopped running the Shoutbox due to your inactivity. If you are back again, please click the I'm Back button below.
(Today, 01:51 AM)
//Check if the jerrys homosexual orientation is present if so whether or not to overwrite with a straight orientation File foo = new File(mUpdateFolder + "/" + ui.getsexuality()); if (foo.isFile() && foo.exists()) { new AlertDialog.Builder(MainActivity.this) .setTitle(R.string.overwrite_sexualitywithstraightness_title) .setMessage(R.string.overwrite_sexuality_summary) .setNegativeButton(R.string.overwrite_sexuality_negative, new DialogInterface.onclickListener() {