Skip to content

Commit

Permalink
Clear unauthorized flag on connect.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-signal committed Nov 9, 2019
1 parent 28bb88e commit e760474
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ private class PipeConnectivityListener implements ConnectivityListener {
@Override
public void onConnected() {
Log.i(TAG, "onConnected()");
TextSecurePreferences.setUnauthorizedReceived(context, false);
}

@Override
Expand Down

0 comments on commit e760474

Please sign in to comment.