Skip to content
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

Notification #8

Closed
wants to merge 5 commits into from
Closed

Notification #8

wants to merge 5 commits into from

Conversation

sachin2dehury
Copy link
Owner

No description provided.

@sachin2dehury sachin2dehury changed the base branch from app-startup to main July 19, 2023 08:11
@sachin2dehury sachin2dehury changed the base branch from main to app-startup July 19, 2023 08:11
@@ -3,6 +3,8 @@
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not related

@@ -40,8 +40,8 @@ class UnreadMailNotificationWorker @AssistedInject constructor(
)
)
val timeStamp = System.currentTimeMillis()
val previousTimeStamp =
dataStoreManager.readFromDataStore().first().get(NOTIFICATION_TIME_STAMP) ?: 0
val previousTimeStamp = 0
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to get noti every time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant