mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-15 05:15:03 -05:00
forgot to commit FabContainer
This commit is contained in:
parent
fd55cdb08e
commit
67093ccba2
@ -0,0 +1,8 @@
|
||||
package org.sufficientlysecure.keychain.util;
|
||||
|
||||
public interface FabContainer {
|
||||
|
||||
void fabMoveUp(int height);
|
||||
void fabRestorePosition();
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user