mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Reblogging and Comment UI
This commit is contained in:
@@ -39,6 +39,10 @@ public abstract class BaseFragment extends Fragment {
|
||||
listener.onFragmentCreated(getUniqueTag());
|
||||
}
|
||||
|
||||
protected void finish() {
|
||||
getActivity().supportFinishAfterTransition();
|
||||
}
|
||||
|
||||
public interface BaseFragmentListener {
|
||||
|
||||
void showLoadingScreen(boolean isBlocking, int stringId);
|
||||
|
||||
Reference in New Issue
Block a user