@ -835,4 +835,10 @@ ul#topmenu li a:hover
left: 0;
z-index: 90;
width: 100%;
}
img
{
max-width:100% !important;
height:auto !important;
@ -187,7 +187,6 @@ public class MainActivity extends BaseActivity implements RecentFragment.OnListF
protected void onPostExecute(Integer result)
Toast.makeText(getBaseContext(), "Logged out successfully!", Toast.LENGTH_LONG).show();
sessionManager.guestLogin(); //Fall to guest login
hideLogout();
progressDialog.dismiss();
@ -230,6 +230,7 @@ public class SessionManager
} finally {
//All data should always be cleared from device regardless the result of logout
clearSessionData();
guestLogin();
//--------------------------------------AUTH ENDS-----------------------------------------------