remove unused method

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2019-04-10 15:12:55 +02:00
parent b41cca2840
commit 92219048da
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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;
}