mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
Fixes after crossed review
This commit is contained in:
parent
7d82231809
commit
5e1f98dcaf
2 changed files with 1 additions and 6 deletions
|
@ -154,8 +154,6 @@ OnSslUntrustedCertListener, OnEnforceableRefreshListener {
|
|||
|
||||
private OCFile mWaitingToSend;
|
||||
|
||||
private Boolean mUnlocked = false;
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
Log_OC.v(TAG, "onCreate() start");
|
||||
|
|
|
@ -40,7 +40,6 @@ import com.actionbarsherlock.view.Window;
|
|||
import com.ortiz.touch.ExtendedViewPager;
|
||||
import com.owncloud.android.R;
|
||||
import com.owncloud.android.authentication.AccountUtils;
|
||||
import com.owncloud.android.authentication.PassCodeManager;
|
||||
import com.owncloud.android.datamodel.FileDataStorageManager;
|
||||
import com.owncloud.android.datamodel.OCFile;
|
||||
import com.owncloud.android.files.services.FileDownloader;
|
||||
|
@ -88,8 +87,6 @@ ViewPager.OnPageChangeListener, OnRemoteOperationListener {
|
|||
|
||||
private View mFullScreenAnchorView;
|
||||
|
||||
private Boolean mUnlocked = false;
|
||||
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
|
|
Loading…
Reference in a new issue