Clear unauthorized flag on connect.
This commit is contained in:
parent
28bb88e347
commit
e760474fa9
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ public class ApplicationDependencyProvider implements ApplicationDependencies.Pr
|
|||
@Override
|
||||
public void onConnected() {
|
||||
Log.i(TAG, "onConnected()");
|
||||
TextSecurePreferences.setUnauthorizedReceived(context, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue