-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mylife: smoother mysubmission (fixes #5091) #5126
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for an empty survey page I get no exam submissions
instead of no survey submissions
also update the page title shows mysubmissions
Screen_recording_20250127_163626.webm
@Avinash-Codes also do a rebase a master merge will overwrite your changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mySubmission now shows mysurveys
Screen_recording_20250127_223211.webm
@@ -5,6 +5,7 @@ import android.content.SharedPreferences | |||
import android.os.Build | |||
import android.os.Bundle | |||
import android.text.TextUtils | |||
import android.util.Log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cleanup log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mySubmission now shows mysurveys
Screen_recording_20250127_223211.webm
Co-authored-by: Gideon Okuro <[email protected]> Co-authored-by: dogi <[email protected]>
fixes #5091