mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
added javadoc
This commit is contained in:
+5
@@ -521,6 +521,11 @@ public class LoginActivity extends BaseActivity
|
||||
return ObjectAnimator.ofFloat(target, "alpha", 1f, 0f);
|
||||
}
|
||||
|
||||
/**
|
||||
* Reset the data (reload from server)
|
||||
*
|
||||
* @param force Reload data, even if the backdrop is moved up
|
||||
*/
|
||||
private void resetData(boolean force) {
|
||||
if (!force && backdrop.getY() != 0) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user