Skip to content

Commit

Permalink
fixed the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash-Codes committed Jan 28, 2025
1 parent 7371510 commit aa3c656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import android.content.SharedPreferences
import android.os.Build
import android.os.Bundle
import android.text.TextUtils
import android.util.Log
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class MySubmissionFragment : Fragment(), CompoundButton.OnCheckedChangeListener
showNoData(fragmentMySubmissionBinding.tvMessage, itemCount, "survey_submission")

} else {
fragmentMySubmissionBinding.tvFragmentInfo.text = "mySubmissions"
showNoData(fragmentMySubmissionBinding.tvMessage, itemCount, "exam_submission")
}

Expand Down

0 comments on commit aa3c656

Please sign in to comment.