mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 08:52:18 -05:00
Reopen last opened channel/activity when app is resumed. Closes #35.
This commit is contained in:
parent
b4f3fc4a15
commit
33f181de3c
@ -29,7 +29,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
<activity
|
||||
android:name=".activity.ServersActivity"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTask">
|
||||
android:launchMode="standard">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
Loading…
Reference in New Issue
Block a user