Abdul Waheed

Results 1 comments of Abdul Waheed

> Inside your activity , put this code @OverRide protected void onSaveInstanceState(Bundle outState) { super.onSaveInstanceState(outState); outState.clear(); } This worked for me as well