mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +01:00
further polish
This commit is contained in:
@@ -49,8 +49,7 @@ public abstract class BriarFragmentActivity extends BriarActivity {
|
|||||||
exiting. This models the typical Google navigation behaviour such
|
exiting. This models the typical Google navigation behaviour such
|
||||||
as in Gmail/Inbox.
|
as in Gmail/Inbox.
|
||||||
*/
|
*/
|
||||||
// FIXME
|
startFragment(activityComponent.newContactListFragment());
|
||||||
// startFragment(ContactListFragment.newInstance());
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
super.onBackPressed();
|
super.onBackPressed();
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ public class BriarControllerImp implements BriarController {
|
|||||||
@Override
|
@Override
|
||||||
@CallSuper
|
@CallSuper
|
||||||
public void onActivityCreate() {
|
public void onActivityCreate() {
|
||||||
LOG.info("onActivityCreate : " + databaseConfig.getEncryptionKey());
|
|
||||||
if (databaseConfig.getEncryptionKey() != null) startAndBindService();
|
if (databaseConfig.getEncryptionKey() != null) startAndBindService();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ public class IntroductionMessageFragment extends BaseFragment {
|
|||||||
Bundle args = new Bundle();
|
Bundle args = new Bundle();
|
||||||
args.putInt(CONTACT_ID_1, contactId1);
|
args.putInt(CONTACT_ID_1, contactId1);
|
||||||
args.putInt(CONTACT_ID_2, contactId2);
|
args.putInt(CONTACT_ID_2, contactId2);
|
||||||
this.setArguments(args);
|
setArguments(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
|
|||||||
Reference in New Issue
Block a user