mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Move create forum post and share forum buttons in action bar
This also introduces constants for the GROUP_ID, FORUM_NAME and MIN_TIMESTAMP as they were used for the two buttons. Closes #313
This commit is contained in:
@@ -30,6 +30,7 @@ public abstract class BriarActivity extends BaseActivity {
|
||||
public static final String KEY_LOCAL_AUTHOR_HANDLE =
|
||||
"briar.LOCAL_AUTHOR_HANDLE";
|
||||
public static final String KEY_STARTUP_FAILED = "briar.STARTUP_FAILED";
|
||||
public static final String GROUP_ID = "briar.GROUP_ID";
|
||||
|
||||
public static final int REQUEST_PASSWORD = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user