mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Show a spinner while Guice is initialising.
This commit is contained in:
@@ -25,13 +25,17 @@
|
||||
</intent-filter>
|
||||
</service>
|
||||
<activity
|
||||
android:name=".android.HomeScreenActivity"
|
||||
android:name=".android.SplashScreenActivity"
|
||||
android:label="@string/app_name" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".android.HomeScreenActivity"
|
||||
android:label="@string/app_name" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".android.contact.ContactListActivity"
|
||||
android:label="@string/contact_list_title" >
|
||||
|
||||
Reference in New Issue
Block a user