Skip to content

Commit ea2b413

Browse files
committed
remove dump
1 parent ff83383 commit ea2b413

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

android/app/src/main/java/com/httpsms/MainActivity.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class MainActivity : AppCompatActivity() {
5555
refreshToken(this)
5656
}
5757

58-
fun registerReceivers(context: Context) {
58+
private fun registerReceivers(context: Context) {
5959
context.registerReceiver(
6060
this.sentReceiver,
6161
IntentFilter(SmsManagerService.ACTION_SMS_SENT)
@@ -119,6 +119,7 @@ class MainActivity : AppCompatActivity() {
119119
private fun onLogoutClick() {
120120
Timber.d("logout button clicked")
121121
Settings.setApiKeyAsync(this, null)
122+
Settings.setFcmTokenLastUpdateTimestampAsync(this, 0)
122123
redirectToLogin()
123124
}
124125

0 commit comments

Comments
 (0)