mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-15 12:38:15 +02: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