refactor(HasFab): add HasFab.java back
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
package org.joinmastodon.android.fragments;
|
||||||
|
|
||||||
|
import android.view.View;
|
||||||
|
|
||||||
|
public interface HasFab {
|
||||||
|
View getFab();
|
||||||
|
void showFab();
|
||||||
|
void hideFab();
|
||||||
|
boolean isScrolling();
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user