mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
removed fragment progress callback and fixed missing header
This commit is contained in:
@@ -48,12 +48,6 @@ public abstract class BaseFragment extends Fragment {
|
||||
|
||||
public interface BaseFragmentListener extends DestroyableActivity {
|
||||
|
||||
@UiThread
|
||||
void showLoadingScreen(boolean isBlocking, int stringId);
|
||||
|
||||
@UiThread
|
||||
void hideLoadingScreen();
|
||||
|
||||
void runOnDbThread(Runnable runnable);
|
||||
|
||||
@UiThread
|
||||
|
||||
Reference in New Issue
Block a user