mirror of
				https://github.com/pierre42100/ComunicAndroid
				synced 2025-10-31 09:34:47 +00:00 
			
		
		
		
	Survey buttons are automatically disabled on click.
This commit is contained in:
		| @@ -947,6 +947,7 @@ public abstract class AbstractPostsListFragment extends AbstractFragment | ||||
|         //Check for failure | ||||
|         if(!success){ | ||||
|             Toast.makeText(getActivity(), R.string.err_cancel_response, Toast.LENGTH_SHORT).show(); | ||||
|             mPostsAdapter.notifyDataSetChanged(); | ||||
|             return; | ||||
|         } | ||||
|  | ||||
|   | ||||
| @@ -103,6 +103,9 @@ public class SurveyView extends BaseFrameLayoutView implements View.OnClickListe | ||||
|  | ||||
|         } | ||||
|  | ||||
|         mCancelButton.setEnabled(true); | ||||
|         mResponseButton.setEnabled(true); | ||||
|  | ||||
|         mCancelSurveyResponseForm.setVisibility(survey.hasUserResponded() ? | ||||
|                 View.VISIBLE : View.GONE); | ||||
|         mSendResponseForm.setVisibility(survey.hasUserResponded() ? | ||||
| @@ -139,6 +142,8 @@ public class SurveyView extends BaseFrameLayoutView implements View.OnClickListe | ||||
|     @Override | ||||
|     public void onClick(View v) { | ||||
|  | ||||
|         v.setEnabled(false); | ||||
|  | ||||
|         //Cancel response to survey | ||||
|         if(v.equals(mCancelButton)){ | ||||
|             if(mOnSurveyUpdateListener != null) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pierre HUBERT
					Pierre HUBERT