mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
remove unused method
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
b41cca2840
commit
92219048da
1 changed files with 0 additions and 7 deletions
|
@ -193,13 +193,6 @@ public abstract class BaseActivity extends AppCompatActivity {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return 'True' when the Activity is finishing to enforce the setup of a new account.
|
||||
*/
|
||||
protected boolean isRedirectingToSetupAccount() {
|
||||
return mRedirectingToSetupAccount;
|
||||
}
|
||||
|
||||
public FileDataStorageManager getStorageManager() {
|
||||
return mStorageManager;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue